zelexir schrieb: > Hey must have missed that function thanks alot! > Is this anywhere in the jQuery documentation? If not it could be a nice > addition. > You could use jQuery's (internal) param function, which does the encoding for $.ajax. Something like this should work:
var stringToSend = jQuery.param({
id: ident,
content: newContent
});
--
Jörn Zaefferer
http://bassistance.de
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
