Getting ready for 1.0a.

This commit is contained in:
John Resig 2006-07-01 14:05:50 +00:00
parent 6bf8667410
commit 73f55becc5
4 changed files with 56 additions and 11 deletions

View file

@ -127,6 +127,19 @@ $.fn.ajaxForm = function(target, post_cb, pre_cb) {
});
};
/*
$.ajax({
type: "POST",
url: "foo.cgi",
data: $.param( $("form").formdata() ),
success: function(){},
error: function(){},
complete: function(){}
});
*/
/**
* A simple wrapper function that sits around the .serialize()
* method, allowing you to easily extract the data stored within