I have the code:

var uri = new URI('http://test.com/?f[28][]=110&order=pv');
console.log(uri.toString());
uri.setData('order', 'bv');
console.log(uri.toString());

result is: "http://test.com/?f[28]=110&order=bv";

it is missing "[]" after "f[28]"


MooShell:

http://mootools.net/shell/78Nfa/6/

Reply via email to