Re: [jQuery] Two dimensional arrays and $.post

2009-12-01 Thread Michel Belleville
Sorry mate, jQuery won't help here. BUT JavaScript will : { something: "blah", something_else: "hem" } Then you just have to pass it to $.post as explained in the doc http://docs.jquery.com/Ajax/jQuery.post (that's the second parameter, data) Michel Belleville 2009/12/1 ST > Hi list, > > I n

[jQuery] Two dimensional arrays and $.post

2009-12-01 Thread ST
Hi list, I need to dynamically create an associative array in jquery, then pass it to a php script for processing (using the $.post method), in order to receive a value of some sort. The array is generated every time the user performs a change in a select list element, and is of the following str