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-10-24 10:40:38 +00:00
|
|
|
$('#ajaxForm').ajaxForm({
|
|
|
|
beforeSubmit: function(a,f,o) {
|
|
|
|
o.dataType = 'script';
|
|
|
|
},
|
|
|
|
success: function(data) {
|
2012-08-07 09:32:15 +00:00
|
|
|
}
|
2011-12-28 12:49:53 +00:00
|
|
|
});
|