14,954
edits
No edit summary |
|||
| Line 15: | Line 15: | ||
== input selector == | == input selector == | ||
* jQuery [http://api.jquery.com/input-selector/ :input Selector] "Selects all input box, textarea, select and button elements" Cited from [http://api.jquery.com/input-selector/ :input Selector] | * jQuery [http://api.jquery.com/input-selector/ :input Selector] "Selects all input box, textarea, select and button elements" Cited from [http://api.jquery.com/input-selector/ :input Selector] | ||
* jQuery <nowiki>$("form#formID input[type=text]")</nowiki> Selects all input | * jQuery <nowiki>$("form#formID input[type=text]")</nowiki> Selects all input '''Text Fields''' belonging to the form with id: formID<ref>[http://stackoverflow.com/questions/4291005/jquery-get-all-input-from-specific-form javascript - jquery get all input from specific form - Stack Overflow]</ref> | ||
== Create HTML select option == | == Create HTML select option == | ||