jQuery – :input Selector
The :input selector selects HTML form elements and button elements.
The :password selector selects HTML form input elements with type=”password”.
The :reset selector selects HTML form input elements and button elements with type=”reset”.
The :submit selector selects HTML form input elements and button elements with type=”submit”.
The :selected selector selects option elements from a dropdown list that are preselected.
The blur event occurs when an HTML element (usually a form field) loses focus.
The focus event occurs when an element gets focus when selected by a mouse click or by tabbing to it with the tab keyboard key.
The focusin event occurs when an element or any elements inside that element gets focus.
The focusout event occurs when an element or any elements inside that element loses focus.
The ready event occurs when the DOM (document object model) has been loaded and is ready for scripting.
When using Gravity Forms along with Gravity Perks (using the GP Reload Form add-on), you can set your forms to reset after sending, preparing them for another form fill.
When using Gravity Forms you can decide on a per-form basis as to whether or not you want to automatically scroll to the page top after a form submit.