Categories

Carousel

“thumbsMouseMover”

Carousel, Working with jQuery scripts
  |  
March 17 2011
This carousel scrolls depending on the mouse position. JavaScript We should include jQuery framework and thumbsMouseMover.js by pointing src attribute in the script tag to those .js files. The section of the index-#.html file contains these lines of code that initialize the script functionality with basic values: We specify the id of the carousel element – #thumbs, and some additional…
Read More

“Looped Carousel”

Carousel, Working with jQuery scripts
  |  
March 17 2011
Looped Carousel is a jQuery carousel plugin that provides a simple image gallery functionality. JavaScript First we need to include the jQuery framework and the loopedcarousel.js file: The section of the index-#.html file contains these lines of code that initialize the script functionality with basic values: The script initializes an element with the id loopedCarousel, which can have some additional…
Read More

bxCarousel

Carousel, Working with jQuery scripts
  |  
March 17 2011
This is a ‘Carousel’ Script. So-called ‘Carousel’ is a simple thumbnail gallery where slides are shown consequentially. bxCarousel is a jQuery carousel plug-in that provides the ability to specify how many elements are displayed at time. Also, the number of elements in which to move the slider can be specified. You can find full installation and configuration…
Read More

“jCarouselLite”-2

Carousel
  |  
November 15 2010
This is an ‘Carousel’ Script. So-called ‘Carousel’ is a simple thumbnail gallery, where slides are shown consequentially. You can find full installation and configuration instructions by following the links.

JavaScript
In order to make the script work, the index-#.html file with a ‘carousel’ should contain these lines of HTML code:

The <head> section of the index-#.html file contains these lines …

Read More

jCarouselLite

Carousel
  |  
November 15 2010
This is an ‘Carousel’ Script. So-called ‘Carousel’ is a simple thumbnail gallery, where slides are shown consequentially. You can find full installation and configuration instructions by following the links.

JavaScript
In order to make the script work, the index-#.html file with a ‘carousel’ should contain these lines of HTML code:

The <head> section of the index-#.html file …

Read More