Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Friday, July 16, 2010

NivoSlider: A jQuery Image Gallery (Slider) Plugin





NivoSlider by Gilbert Pellegrom is an incredible plugin for providing a transitioning slideshow or slider to your visitors. Highly customizable with tons of options and transition effects, this is a must have plugin. The gap between what Flash can do over Javascript is shrinking on a daily basis.

Basic Example:

Thursday, July 23, 2009

Fantabulous Auto Tabbing with jQuery

One of the tasks my team was assigned was the ability to implement auto tabbing in a web application. 98 percent of the population would cringe as they read the previous sentence because auto tabbing is not natural. It is a business requirement, and because the business wouldn't budge on the feature, it HAD to be done.

Enter jQuery AutoTab by Matthew Miller

AutoTab is fairly simple, as are most jQuery plugins. It just extends the jQuery namespace adding a function called autotab. Apply this method to any text box, enter target, previous and format and the plugin does the rest for you.

Without copy and pasting the details of the plugin, click here to see the documentation.