http://domain.com/action?params[]=1¶ms[]=2¶ms[]=3
returns:
query: { 'params[]': [ '1', '2', '3' ] }
params[] as name instead of params?
After PHP it's kinda surprise.
jQuery serialization is adding [] on parameters btw.
Are you guys wrote a helper for this or I'm just doing it wrong?