FormToWizard jQuery Plugin turns a long web form into a wizard
If you have a large web form with semantically dividable sections, we can say that each section represents a sub task of a larger task of filling the entire web form. In order to increase useability, each sub task can become a step with a description, form fields and navigation that is common for wizard forms – back and next. The entire process can be done in several simple steps.
More...
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
jParse is a jQuery plugin for parsing XML that was fetched with the jQuery .ajax method. jParse is an easy-to-use and lightweight jQuery plugin which is compatible with:
- Firefox 1.5+
- Safari 3+
- Chrome 3
- IE 6+
- Opera 9+
jParse: jQeury Plugin to Parse XML on the Client Side.
More...
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Here is a quick jQuery Plugin Announcement:
String concatenation and formatting are common aspects of almost every development effort. However, the combination of single and double quotes, along with escape characters, text, and plus signs (+) can be a bit overwhelming and difficult to remember. The .NET Framework provides a much cleaner approach with the String class's Format method. It allows you to create string values by specifying insertion points for other values as well as special formatting.
String.Format("Hello {0}", "world");
The string formatting approach described above can now be used with Javascript using a jQuery Plugin: .NET STYLE STRING FORMATTING - a simple and clever function to support token replacement within a string.
Given a string like "Hello, {0}" and calling the format function with a single argument like "world".
More...
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Previously, I wrote about User Friendly, Readable Timestamp Formatting with CuteTime - jQuery Plugin. Plugin automatically, changes "2009-11-11 15:33" or "Thu, November 11,2009 15:33PM" type of timestamp formatting into a more user friendly, warmer and more readable time formatting like "2 minutes ago" or "4 days ago".
Another similar jQuery plugin for formatting timestamps is Timeago. Timeago makes user-friendly time formatting easier by supporting automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago")
Timeago makes user-friendly time formatting easier by supporting automatically updating fuzzy timestamps.
More...
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
We all love iPhone's user experience. Recently, I have posted about a iCal like jQuery Calendar Plugin which is built with CSS and jQuery featuring a lightweight Coda-like effect for event descriptions. Today, I would like to introduce you another jQuery plugin that simulates iPhone's scrolling experience.
jQuery plugin for iPhone Scrolling Experience
More...
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5