Closed
Description
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 internal jQuery.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.