This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-09-19 09:59:17 +00:00
|
|
|
$('#ajaxForm').ajaxForm({
|
2012-10-29 08:10:07 +00:00
|
|
|
beforeSubmit: function(a,f,o) {
|
|
|
|
o.dataType = 'script';
|
|
|
|
},
|
|
|
|
success: function(data) {
|
|
|
|
}
|
2011-12-28 12:49:53 +00:00
|
|
|
});
|