Category Archives: jQuery

Easy jQuery Form Validation

This is hands-down the easiest jQuery form validation that’s out there—that I’ve found in my hours of searching anyway. Continue reading

Forward/Next Script for jQuery Tools Tabs

Make forward and next buttons or links on each tab view. In the rel tags of each button, place the id of the tab that would be next or before in the sequence. Continue reading

jQuery Clearfields Plugin

It’s easy to implement. Download clearfield.js and link it into your page. Then place the class “clearField” on all your inputs, selects, and textareas. Instantiate the function in your custom javascript page with this: Continue reading

jQuery Striping for Table Rows

A simple script to select, and then add striping to table rows: $(‘tr:odd td’).css(‘background’,’#yourcolor’); Digg this postRecommend on FacebookTumblr itBookmark in BrowserTell a friend

Easy Textarea Maxlength Script

This is a very simple maxlength script, quickly and easily implemented. Continue reading