Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged form



« Prev 1 2
Here’s a super handy snippet that I use very often. It works very simply: once the user clicks on #submit, the data from #form is serialized and sent to a remote page using the POST method.
0 1718 posted 6 years ago by catswhocode
Méthode n'autorisant que les nombres (positifs/négatifs/décimaux avec virgules ou points) dans un champ
0 844 posted 9 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0 763 posted 9 years ago by sebabarre
This code shows how we post HTML form by AJAX and jQuery.
0 952 posted 11 years ago by khaled__mahmoud
If someone put text into an input field (or automatic e.g. with a 2d barcode scanner) and you want to replace a part of the input (pattern) then will help this small jquery code snippet.
0 975 posted 11 years ago by bassdas
Dynamically add <label> HTML tag to input description, matching the input by adding an ID value to the input.
0 662 posted 12 years ago by jbernus
0 528 posted 12 years ago by vigoncas
This is a jQuery custom function used for clearing the default input values of input fields without having to add a class or inline javascript like onclick or onblur. Just write your input and give it a value like you normally would and then add this...
1 732 posted 12 years ago by thursday0384
Specifiy a default value to input text field. OnFocus, the default value clear and let you type a new value. If typed value is erased then the default value is set back.
2 893 posted 12 years ago by cdurocher
This should enable you to clear elements such as search boxes effectively whilst maintaining usability. Enjoy!
0 621 posted 12 years ago by Fitzgenius
No need to create a seperate function for this one. Just one line to clear the default value on click and leave the value when it has been altered.
1 631 posted 13 years ago by dyteq
If your HTML form fields have a 'watermark' default value, it will be removed when the field is focussed and replaced if focus is lost (and the user has left the field blank). To use give your form field a class of 'default-value'
3 807 posted 13 years ago by f6design
See also the [plain JavaScript version](http://snipplr.com/view/41717/default-value-for-input-fields/).
1 731 posted 13 years ago by riddla
0 523 posted 13 years ago by touffies
This is some very basic jQuery to post from a comment form on a website. I would probably change the .click to .bind("click",) and for different sites I add a success message. This code works with a basic form with text inputs named #name and #email...
3 718 posted 13 years ago by creativeboulder
Custom dropdown field, replace defaut dropdown style with custom design. This function does not replace the select field.
1 706 posted 13 years ago by touffies
Custom Radio box, replace with images
2 581 posted 13 years ago by touffies
Custom checkbox field, replace by images
2 632 posted 13 years ago by touffies
2 586 posted 13 years ago by spraitas
usage; $.toJSON($(\'form\').serializeObject());
3 704 posted 13 years ago by virgil
« Prev 1 2