I need to pass array to $.ajax() function and get this array on the server side. If doing this manually, I should get: script.php?arr[]=val1&arr[]=val2 $.ajax() only encodes like script.php?arr=val1&arr=val2 and I get only the last value on the server side... any ideas how to do it without custom function? Best regards, Konstantin Mirin mailto:konstantin.mi...@gmail.com mailto:i...@konstantin.takeforce.net
- [jQuery] Passing array to $.ajax() Konstantin Mirin