- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Tag Archives: sliderpager
“SliderPager” jQuery Slider
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
Read More
<script type="text/javascript" src="js/jquery-1.4.2.min.js"</script<script type="text/javascript" src="js/sliderPager.js"</scriptThe 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…