simple.carousel icon indicating copy to clipboard operation
simple.carousel copied to clipboard

This is a simple jQuery plugin for creating sliding carousels.

Results 6 simple.carousel issues
Sort by recently updated
recently updated
newest added

Using this code below; clicking prev proceeds to a blank list. i fix this by editing your simple.carousel.js ``` 1 2 3 4 5 6 jq = jQuery.noConflict(); jq(document).ready(function() {...

Hi. when the next or previous buttons are clicked multiple times, the clicks are added to the queue and therefore the slider keeps sliding until the queue gets over. is...

Hi there, I've made some changes to your Simple Carousel script. I've added the option to skip by different numbers of frames than config.visible (named config.jump) and also added the...

If the total number of elements are perfectly divisible by the VISIBLE variable ex. 9 and visible 3 or 12 and visible 3 If you hit the PREV button when...

I've noticed on the simple red demo and also on my current dev that if you set the 'visible' parameter to 4, for example, and put 12 items in the...