dejanmarkovic
6/3/2014 - 4:17 PM

Forms with buttons instead of input submit

Forms with buttons instead of input submit

 //register click on the button
 $("#submit").click(function () {
        //when button is clicked submit the form
        $("#registration").submit();
    });