Response title
This is preview!
&id=241&rm=show_table&enable_col_filter%5B%5D=title&....
since I'm working with perl and not php, this issue is getting a little bit annoying.jQuery 1.4 adds support for nested param serialization in jQuery.param, using the approach popularized by PHP, and supported by Ruby on Rails. For instance,{foo: ["bar", "baz"]}
will be serialized as “foo[]=bar&foo[]=baz”.
%5B%5D is just [], urlencoded. That's normal.
that's not normal if this encoding wasn't there in 1.3.2.
Now, for instance, if serverside perl code trys to access cgi variables, it's not possible under those
circumstances.
jQuery.ajaxSettings.traditional = true pretty much looks like a workaround which actually should not
be neceassary at all.
I don't really understand why they changed this behavior in 1.4.x, now I just have to hope that
the "traditional workaround" will be available in all further versions if I don't want to update several
thousand lines of code.
© 2013 jQuery Foundation
Sponsored by and others.