> I'm not clicking on why the method for sending form data via ajax is like:
>
> [{"name":"customerid", "value":"47"}, {"name":"supplierid", "value":"32"},
> ...]
>
> As opposed to:
>
> {"customerid":"47", "supplierid":"32", ...}
>
> Can someone give me a clue?Chris - both methods are supported. You can provide both an array of name/value pairs OR an object of key/value pairs. Both of the above code blocks work as expected. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
