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
Per jquery/jquery#3030, the docs said that we weren't looking at jQuery.ajaxSettings.traditional as of version 1.8 but actually we were. Note that internaljQuery.ajax() calls still pass this to jQuery.param() which is fine, but the goal was to avoid this method having a back-door dependency on an ajax setting.