You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not work, and i have this error : Uncaught TypeError: o.data.replace is not a function
at ajax (jquery-3.2.1.min.js:4)
at ajaxq.js:30
at enqueue (ajaxq.js:53)
at Function.$.ajaxq (ajaxq.js:28)
How use ajax filter with ajaxq ?
Tanks for help !
Have nice day !
The text was updated successfully, but these errors were encountered:
Hey,
I want include default data in ajax request, but when i try this code :
` $.ajaxPrefilter(function (options, originalOptions) {
}); `
I have found this code at :
https://stackoverflow.com/questions/6996993/jquerys-ajaxsetup-i-would-like-to-add-default-data-for-get-requests-only
It's not work, and i have this error :
Uncaught TypeError: o.data.replace is not a function
at ajax (jquery-3.2.1.min.js:4)
at ajaxq.js:30
at enqueue (ajaxq.js:53)
at Function.$.ajaxq (ajaxq.js:28)
How use ajax filter with ajaxq ?
Tanks for help !
Have nice day !
The text was updated successfully, but these errors were encountered: