Lately I found many interesting jQuery plugin and snippets. As a jquery lover I couldn’t help sharing with you. First of all, I have several contributions myself. If you have read about them already please feel free to skip.
- Make Your Header Responses To Mouse Movements with jParallax
- Make fancy light up RSS button with jQuery fading
- Play with jQuery – infinite loop and hover sliding effect
Fly-To-Basket Effect With jQuery
Making the product flying to your shopping basket, this is really fun effect for eCommerse sites. I think I ll use it in next project and make shopping experience more interesting.
QuickFlip 2: The jQuery Flipping Plugin Made Faster and SimplerCrossSlide
This plugin gives you a flipping effect like Mac’s dashboard widget.

CrossSlide
CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations such as Ken Burns effect and cross fade, traditionally only available to the web developer via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery’s animation facility, so it is as portable across browsers as jQuery itself.

jScrollPane
Ever wonder how to change the scroll bar? I find this very useful

qtip
A very well made tooltip plugin and well documented.

Airport – Information board text effect jQuery plugin
The information board is a very interesting effect. You can see the demo here
jQuery Plugin: Tokenizing Autocomplete Text Entry
An easy to use auto-0complete plugin

tabswitch
An elegant tab using tabSwitch.SimplePlugin . The content slides when click on tabs

jQuery Dropdown Menu:

GalleryView: A jQuery Content Gallery Plugin
A very well developed plugin. More details here

Create astonishing iCal-like calendars with jQuery
A very detailed tutorial on making an ical like calendar

Animated tabbed content with jQuery
Another tab snippets, this one switches content when hover over the tabs.

jQuery plugin: ‘autoResize’
This plugin resizes the textarea when you have too much to write








Dear, good afternoon.
CrossSlider.js with Database Access.
I am using the jquery plugin “CrossSlider.js”. The directories of the images are stored in database Access. I need to learn as passing those roads of images for the function shown below, automatically. Thank you, Adim.
var $a = jQuery.noConflict()
$a(function() {
$a(‘#Cross3′).crossSlide({
fade: 1
}, [
{
src: 'Propaganda/sand-castle.jpg',
href: 'http://flickr.com/photos/spacetrucker/94209642/',
from: '100% 80% 1x',
to: '100% 0% 1.7x',
time: 3
………………………………………….
}, {
src: 'Propaganda/banner3.jpg',
href: 'http://flickr.com/photos/jayniebell/1125216143/',
from: '100% 80% 1.5x',
to: '80% 0% 1.1x',
time: 2
}
]);
});
Loading …
[Reply]