/*
* 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 */