Question : Modifying the amount of horizontal travel in a dynamic ajax carousel.

Please take a look at this question which has already been answered : http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24136005.html#a23619574

Can you tell me what part of what code determines the number of images that are moved over with every click? The default is to three. What line of code (in what file) would I modify to make that 2 images per click or one image? I thought I might find it in the ajax text file, but I couldn't. And the jquery files are a little overwhelmong for me at this point.

Thanks!
John

Answer : Modifying the amount of horizontal travel in a dynamic ajax carousel.

scroll at that point:
1:
2:
3:
4:
5:
6:
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        itemLoadCallback: mycarousel_itemLoadCallback,
        scroll: 1
    });
});
Open in New Window Select All
Random Solutions  
 
programming4us programming4us