Sunday, June 23, 2013

Fun with JQuery - Useful Jquery plugins

jQuery Validation Plugin

Client validation has always been a big task in web development. Well, JQuery makes it simple for us. This jquery plugin makes clientside validation simple and offers many options for customization. It is a good choice when you are making something from scratch and also is easy to integrate into an existing application. The plugin comes with lot of useful set of validation methods including URL and emails validations. It also provide ways to add your own validation methods. All bundled methods comes with default error message in English and transaltions to 37 locales.
You can download this plugin from here.
  

jQuery UI

Ever wondered how to make awesome web UI with little effort. jQueryUI is the answer for that. It is set of user interface interactions, effects, widgets and themes built on top of jQuery library. Whether you are building highly interactive web apps or just adding few controls to your website, this plugin is an excellent choice.
You can download the stable version from here. Also you can customize the download according to the features required at the same link.

jQuery template

DataGrids are one of the most frequently used method to display organized data. jQuery template is the way to do it using jQuery library. jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM. This library was developed by Microsoft to achieve DataGrid like views. Though furhter development has been stopped on this plugin, it is still pretty much useful.
You can download it here

jQuery AJAX Form

AJAX is a well known web development technique used on client side to create aysnchronous web request. Posting the whole form data through AJAX is a difficult thing to manage. To make it easier, jQuery From plugin is the way to go forward. It allows you to easily use AJAX with HTML forms. The main methods ajaxForm and ajaxSubmit allows you to submit your form data via AJAX. Both these methods also support various options which allows you tohave full control over how the form data is submitted.
You can download this plugin from here. Examples to use the plugin are available here

jQuery Wizard

Wizard are known to provide unfamiliar,complex tasks in a easy to do manner to user. Though in windows application there are ways to create easliy, in web application it is a difficult one to attain. jQuery Wizard makes it easier to turn any web form into wizard in few steps. A complete tutorial is available at this link. To download this plugin please click here
 ...Ssk

No comments:

Post a Comment