I\'m trying to access the post target action in a jquery function.
example:
Clean and Simple:
$('#signup').submit(function(event) { alert(this.action); });