:submit selector

:submit Selector

submit selector

Description: Selects all elements of type submit.

  • version added: 1.0jQuery( ":submit" )

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 登录查看完整内容