Top "Submit" questions

Refers to the action of sending data to a specific destination.

differences between ng-submit and ng-click

In angularjs I'm wondering what the differences are between ng-submit and ng-click? Specifically, pros and cons of each and when …

angularjs submit form-submit angularjs-ng-click
Add regular button inside form that does not perform a submit

I have this form declaration: <form method="post" action="/web_services/buscar_vuelos?method=get"> <div id="…

html button submit
Can I create an ASP.NET ImageButton that doesn't postback?

I'm trying to use the ImageButton control for client-side script execution only. I can specify the client-side script to execute …

asp.net post postback submit imagebutton
Why can't I change the type of an input element to submit?

I'm calling this function: function submit_button(button_id){ $('#' + button_id).attr('type', 'submit'); } to make this button …

jquery types input submit
Leave Page Alert Unless Submit Button Clicked

I'm looking to implement a warning if the user attempts to leave the order process before it's completed in any …

javascript onclick submit alert
select and onChange in a Ruby on Rails form

I browsed all SO questions and answers about this topic but I'm still unable to make my scenario work. I …

forms select submit onchange
How can I prevent the Go button on iPad/iPhone from posting the form

I have a dynamic form that is to be displayed using an iPad. This form has a couple of radio …

forms ipad mobile safari submit
Difference between button and input?

Are there any major differences between <button type="button" name="theButton">SUBMIT</button> and <input …

html forms button input submit
Using preventDefault on a submit button

I am trying to solve a problem offered by a jQuery textbook. It reads like this "The data is submitted …

jquery events submit preventdefault
jQuery form.submit() refreshing page instead of submitting

I'm using .submit() to detect when a form is submitted, but instead of performing its attached function, it's refreshing the …

jquery submit form-submit page-refresh