UI Deploy

Curated, Short, Web UI Dev we Love.

jQuery Snippet - Useful Form Selectors

jQuery is one really awesome JavaScript library, and there is definitely no argument that it makes life easier. But its robustness can be its downfall sometimes. You can do almost anything with it, but with some things it is hard to figure out just how to do it. Today I will take you through some jQuery selectors that you may have not known about concerning forms.

Forms are everywhere, and more than likely if you have done web development, one of the first things you did was put a form of some kind some place on a web page. But, in today's world of web 2.0, you want something fast and something that provides a lot of feedback. Most of the time, we use JavaScript to add function to these forms, and using jQuery it can be really easy. But, getting the information in a form, using jQuery can be a little tricky sometimes. Lets start with the basics.

view post...

Advertisement