I\'m trying to access the post target action in a jquery function.
example:
$('#signup').on("submit", function(event) { $form = $(this); //wrap this in jQuery alert('the action is: ' + $form.attr('action')); });