JavaScript is not enabled in your browser. These examples will not work without JavaScript.

Forms: Input Text Fields

This form has four input fields (type="text"). Via jQuery, they respond to focus and blur events. The Submit button will write text onto the page.

Note that the Reset button resets all form elements, but it does not reload the page.


Return to the index.