Form Events


MethodDescription
blur()Bind an event handler to be fired when the element loses keyboard focus, or trigger that event on an element.
change()Bind an event handler to be fired when the element’s value changes, or trigger that event on an element.
focus()Bind an event handler to be fired when the element gains keyboard focus, or trigger that event on an element.
focusin()Bind an event handler to be fired when the element, or a descendant, gains keyboard focus.
focusout()Bind an event handler to be fired when the element, or a descendant, loses keyboard focus.
select()Bind an event handler to be fired when text in the element is selected, or trigger that event on an element.
submit()Bind an event handler to be fired when the form element is submitted, or trigger that event on an element.

Leave a Reply

Your email address will not be published. Required fields are marked *