SyntaxFix
Write A Post
Hire A Developer
Questions
$('#signup').on("submit", function(event) { $form = $(this); //wrap this in jQuery alert('the action is: ' + $form.attr('action')); });