Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged form



1 2 Next »
1 479 posted 13 years ago by binshtok
http://stackoverflow.com/questions/680241/reset-form-with-jquery
0 602 posted 13 years ago by akwo
Function to reset a complete form to there default value.
0 502 posted 14 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 502 posted 14 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 1320 posted 14 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 527 posted 14 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 2013 posted 14 years ago by wjbrown
ändern der Klasse bei checkbox aktion
1 877 posted 14 years ago by localhorst
The markup would look like this: <code> &lt;input class="swap-value" type="text" value="Search"/ &gt;</code>
2 660 posted 14 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 581 posted 14 years ago by dougunderscorenelson
1 2 Next »