Answer the question
In order to leave comments, you need to log in
How to disable pjax while an ajax request is being made?
Implemented page navigation using pjax, but ran into a problem. The request is made on the main page
axios.get('/getcategories').then((response) => {
this.categories = response.data;
});
Answer the question
In order to leave comments, you need to log in
Implemented page navigation using pjax
pjax:beforeSend
, so you can delay whatever you want there without any problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question