AjaxCFC fastSerialize example
Due to popular request, I added an example showing how to easily submit an entire form through Ajax with the fastSerialize jQuery plugin.
All you require to do is to include this plugin:
and use it to send them form:
the send() function looks like this:
$.AjaxCFC({
url: "echoTest.cfc",
method: "echo",
data: frmData,
success: function(data) {
sDumper(data);
}
});
return false;
};
simple huh?
Again, I updated the SVN repo and project download files. Enjoy.
dfasdf
http://www.robgonda.com/blog/trackback.cfm?8E0A5A06-3048-7431-E4D6E4E6D36E5AA5