Getting ready for 1.0a.
This commit is contained in:
parent
6bf8667410
commit
73f55becc5
4 changed files with 56 additions and 11 deletions
13
form/form.js
13
form/form.js
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue