Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
JavaScript DHTML
Ajax Layer
Data Type
Date Time
Development
Document
Dojo toolkit
Event
Event onMethod
Ext JS
Form Control
GUI Components
HTML
Javascript Collections
Javascript Objects
Javascript Properties
jQuery
Language Basics
Mochkit
Mootools
Node Operation
Object Oriented
Page Components
Rico
Scriptaculous
Security
SmartClient
Style Layout
Table
Utilities
Window Browser
YUI Library
To trigger the select event on all input elements : Form Controls « jQuery « JavaScript DHTML
JavaScript DHTML
jQuery
Form Controls
To trigger the select event on all input elements
$(
"input"
).select();
Related examples in the same category
1.
Get form image control
2.
Get form password field
3.
Get hidden form fields
4.
Set value to disabled form field
5.
Query submit button
6.
Query reset from form
7.
Query form file input field
8.
Clicking the button enables the input next to it.
9.
Build a list of all the values within a form.
10.
Hides all the input elements within a form.