Getting ready for 1.0a.
[jquery.git] / form / form.js
index 5194d6f..f391fcf 100644 (file)
@@ -127,6 +127,19 @@ $.fn.ajaxForm = function(target, post_cb, pre_cb) {
        });\r
 };\r
 \r
+/*\r
+\r
+$.ajax({\r
+       type: "POST",\r
+       url: "foo.cgi",\r
+       data: $.param( $("form").formdata() ),\r
+       success: function(){},\r
+       error: function(){},\r
+       complete: function(){}\r
+});\r
+\r
+ */\r
+\r
 /**\r
  * A simple wrapper function that sits around the .serialize()\r
  * method, allowing you to easily extract the data stored within\r