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
Hello.
All the global Ajax event handlers have the following note:
As of jQuery 1.8, the .ajaxStart() method should only be attached to document.
I want to focus on the word "should" which is not valid anymore. While this was true for jQuery 1.8, in newer versions of jQuery you can only listen for these events on document. Therefore the documentation should be updated with an integrative note (at least this is my opinion).
Hello.
All the global Ajax event handlers have the following note:
I want to focus on the word "should" which is not valid anymore. While this was true for jQuery 1.8, in newer versions of jQuery you can only listen for these events on
document
. Therefore the documentation should be updated with an integrative note (at least this is my opinion).This issue is related with #118.
The text was updated successfully, but these errors were encountered: