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-04-26 08:42:28 +00:00
|
|
|
$(document).on('click', '#ajax_form_submit', function(){
|
2011-12-28 12:49:53 +00:00
|
|
|
$('#ajaxForm').ajaxSubmit({
|
|
|
|
beforeSubmit: function(a,f,o) {
|
|
|
|
o.dataType = 'script';
|
|
|
|
}
|
|
|
|
});
|
2012-05-16 08:22:50 +00:00
|
|
|
});
|