var testForm = $(".test-form"); $(testForm).ajaxForm(function(p1, p2, p3) { console.log(p1); console.log(p2); console.log(p3); });