Categories

Tag Archives: sliderpager

“SliderPager” jQuery Slider

Slider, Working with jQuery scripts
  |  
March 17 2011
Creates a train-like effect when switching between pages. JavaScript We should include jQuery framework and sliderPager.js by pointing src attribute in the script tag to the .js files
<script type="text/javascript" src="js/jquery-1.4.2.min.js"</script<script type="text/javascript" src="js/sliderPager.js"</script
The section of the index-#.html file contains these lines of code that initialize the script functionality with basic values:
$(function(){
    $('.pages').slidePager({
        easing:'easeInOutElastic',
        pagernav:'header nav 
Read More