Thanks Blair, changing Array to Object did the trick…

And indeed, the : was just a typo…

 

David, I use the extend functionality all over the place already, however, in this case there is no default set of values. Unset parameters will just arrive as null on the server.

  1. var params = new Array():
    Probably a typo, but I thought I'd mention it.
  2. Possibly {} creates an object not an array? In which case change
    var params = new Array();
    to
    var params = new Object();

 

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to