jQuery Shuffle & Slider

Posted: March 14, 2011 in Javascript

/*
* Just include both files you download. You need to include jquery.js at top. The following code would shuffle first and than slide any container
*/

$(document).ready(function(){
$(“#slider”).shuffle(function(){
$(“#slider”).easySlider();
});
/* or you can use following as well */
$(“#slider”).shuffle();
$(“#slider”).easySlider();
/* ends here */
});

/* Get your jquery.shuffle from here */
/* Get your jquery.easyslider from here */

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s