Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged form



1 2 Next »
1 1307 posted 15 years ago by binshtok
http://stackoverflow.com/questions/680241/reset-form-with-jquery
0 1585 posted 15 years ago by akwo
Function to reset a complete form to there default value.
0 1409 posted 16 years ago by frankyfish
jQuery plugin that let you specify a maximum length on a text field and optionaly specify the change the focus when that maximum length has been reach. Nice when making multiple input text to create a telephone form. Example: $("#telephone_1").maxLe...
0 1366 posted 16 years ago by frankyfish
NOTE: THIS HAS BEEN MOVED TO GITHUB: If you have any ideas or improvements for this script feel free to fork or contribute or discuss over there: https://github.com/adamcoulombe/jquery.customSelect Plugin Download: http://www.adamcoulombe.info...
2 2745 posted 16 years ago by adamcoulombe
1. Use absolute positioning to place label over the text box 2. Hide label except when JS is enabled 3. Use jQuery to hide label when field receives focus
1 1354 posted 16 years ago by flicity
Just a little bit of code if u are interested in using links for form submission. I'm aware of the dangers of using links in this case, but don't really care. They're way easier to style.
0 3344 posted 16 years ago by wjbrown
ändern der Klasse bei checkbox aktion
1 2116 posted 16 years ago by localhorst
The markup would look like this: <code> &lt;input class="swap-value" type="text" value="Search"/ &gt;</code>
2 1658 posted 17 years ago by keith
This adds a class to focused form elements (helpful for IE6/7), as well as adds a class to the input's parent (in this case, named "form-field").
1 1552 posted 17 years ago by dougunderscorenelson
1 2 Next »