- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
JavaScript We should include jQuery framework and jquery.nivo.slider.pack.js by pointing src attribute in the script tag to those .js files.
<script type="text/javascript" src="js/jquery-1.4.4.min.js" </script<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"</scriptInitialization script we place in the section of the document
$(window).load(function()…
<script type="text/javascript" src="js/jquery-1.4.2.min.js" </script<script type="text/javascript" src="js/jqFancyTransiotions.1.8.js"</scriptInitialization script we place in the section. You will probably need to set width and…
<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…
<script type="text/javascript" src="js/jquery-1.4.2.min.js" </scriptInitialization script we place in the section.
<script type="text/javascript"$(function() { $("#link").click(function(event) { event.preventDefault(); $(this).toggleClass("link2"); $("#dropdown_box").slideToggle(); }); }); </script.header-banner-right…
This is a Slider Script that represents an image navigation plug-in. Its feature is the image transition effect: the animation cuts the image and moves each slice separately. The number of slices and slice movement direction are optional.
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these lines of HTML code in …
This is a Simple Slider Script that has only basic functionality and uses fade-effect for smooth opacity changing. You can find installation and configuration guide by this link.
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these lines of HTML code in order to include jquery.slideshow.lite-0.5.3.js script and jQuery framework:
The <head> …
http://github.com/nathansearles/loopedSlider
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these lines of HTML code in order to include loopedslider.js script and jQuery framework:
The <head> section of the …
This is a Slider Script that allows you to show two images in a single container and drag one image over another which is good for “before-after” comparison.
This plug-in has several important advantages:
• Low file size (only 7 Kbytes);
• You can use it many times on the same page;
• When JavaScript is disabled you will not lose a container, …
This plug-in has a variety of features both common for all slider scripts and specific new features:
• Autostart;
• Dynamic output pagination;
• Support for various transition effects between slides;
• Button stop / play;
• Support for the hash tags.
JavaScript
In order to make the script work, the index-#.html file …
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these lines of HTML code:
The <head> section of the index-#.html file contains these lines of code that initialize the script functionality with …
JavaScript
The carousel.js file contains these lines of code that make the slider work:
Here script attributes define the following values:
• #featured – the id of script container (the id of a tag container <div>);
• {fx:{opacity: “toggle”} – this attribute defines the effect for changing the slides; currently it …
This is a Slider Script that uses slideViewer plug-in.
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these line of HTML code in order to include the jquery.easing.1.2.js and jquery.slideviewer.1.2.js scripts and jQuery framework:
The <head> section of the index-#.html file contains these lines of code that initialize the script functionality with …
The gallery initialization is placed to the end of HTML coding (just before </body>…
This is a Slider Script that is a wonderful way to present site content to visitors. Besides it has a small size and easily editable via HTML and CSS.
JavaScript
In order to make the script work, the index-#.html file with a slider should contain these lines of HTML code in order to include jquery.featureList-1.0.0.js script and jQuery framework:
The …