I am trying to get the click event of a submit button on my form...
$('#submitDemo').click(function() { // do your stuff });