If you’ve viewed my “lab” section, that is a perfect example of what this is. jSquares is a jQuery plugin that pops up an image and a description in an overlay on hover. It is basically identical to the image grid found on www.ted.com. Works like a charm in IE6+, FF 3+, Safari 3+ and …
Category Archives: JavaScript – Ajax
jQuery Before/After Plugin
About a month ago I was reading the New York Times online and they had an article which showed a road in Brooklyn that had been reconstructed to make it safer and more pleasing to the eye. To show the difference in the reconstruction project, they showed a before and after picture using Flash that …
jQuery UI Multiselect
It depends on jQuery 1.5 and jQuery UI 1.8. The widget is styleable using Themeroller. It works in an unobtrusive fashion, by just turning html multiple select inputs into a sexier equivalent. There’s no extra markup needed.
Jquery many2many
Sometimes we used to get requirements where we wants to move items from a multiple select box (list box) to another list box in the right and vice versa. Something like the picture below.
jQuery Plugins For Better Table Manipulation
Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use div to replace table because it is much more easier to style div thantable.
jQuery and MooTool Calendar Plugins
Introduction Calendar is one of the famous form element. It helps to reduce human error. Instead of letting users type the date in certain format, you let them choose it from a calendar. It solves formatting problem, and it’s user friendly and easy to understand.