jQuery :submit Selector
Learn all about the jQuery function :submit Selector.
The :submit
selector typically applies to button or input elements. Note that some browsers treat <button>
element as type="submit"
implicitly while others (such as Internet Explorer) do not. To ensure that markup works consistently across all browsers and guarantee that it is possible to consistently select buttons that will submit a form, always specify a type
property.