Plugin
Interactive tables - sorting
Learn how to make a table sortable. Users will be able to click on table columns to sort tables the way they want. You’ll use a jQuery plugin to do the work.
Validate Keypress with Regular Expression using a Jquery Plugin
This is a jquery plugin to invisibly validate a text input field on keypress with a regular expression.