Skip to content

Instantly share code, notes, and snippets.

@tejpaldev
Created December 26, 2019 13:42
Show Gist options
  • Save tejpaldev/71755f16a1f6836b68e4caff2b501fac to your computer and use it in GitHub Desktop.
Save tejpaldev/71755f16a1f6836b68e4caff2b501fac to your computer and use it in GitHub Desktop.
function submitHandler()
{
submitVal = $('#submitButton').val();
$('#myForm').append("<input type='hidden' name='submitValue' value='"+
submitVal+"' />");
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment