Thursday, January 7, 2010
This time I want to explain about "Form validation using regular expressions with jquery". I had developed a tutorial using jquery.validate plugin, It's very simple. Implement this and enrich your web projects. Take a look at live demo
Download Script Live Demo
Book : jQuery: Visual QuickStart Guide
Javascript code
More details about regular expressions. Take a look at this tutorial
<

Wednesday, January 6, 2010
MopSlider is a jQuery plugin that allows you to create slider, which can contain any type of items. All you need to do is specify its height and width of the container. MopSlider is a cross browser plugin that has been tested with Safari4, Firefox3, Op…
Tuesday, December 29, 2009
John Resig recently gave a three-part lecture on JavaScript for YUI Theater, which I found to be extremely informative. Over the course of ninety minutes or so, he goes over unit testing, as well as some of the changes the jQuery team have made in the…