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
Lets set the option in the $.ajax() for global callbacks to false. This will prevent unwanted loading of global ajax callbacks that are set by other developers.
Lets set the option in the
$.ajax()
for global callbacks to false. This will prevent unwanted loading of global ajax callbacks that are set by other developers.This was mentioned in the following topic.
Simply adding:
global: false
, as outlined in the jQuery ajax docs is sufficient.The text was updated successfully, but these errors were encountered: