> What is "param" and what is "formdata"

formdata() is an old function that used to exist in the form plugin
long ago.  $.param is a core method which converts an object or an
array into a query string.

> How can I submit a form then via ajax?

Use the form plugin:
http://jquery.com/dev/svn/trunk/plugins/form/form.js?format=txt

It works with all of the released versions of jQuery (1.0 and later).

Mike

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

Reply via email to