jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

update from jcarousel 0.2.3 #729

Closed yesmaybe closed 9 years ago

yesmaybe commented 9 years ago

Hi,

I have been using the jcarousel script for some years and am trying to update the jquery library and so have updated to latest jcarousel as well and working from your responsive example. Previously I used the following code to ensure two elements (photo li and description li) scrolled on each click.

jQuery(document).ready(function() { jQuery('#jcarousel').jcarousel({ // Configuration goes here scroll: 2 }); });

I saw the scrollIntoView plugin but that doesn't seem to do the same thing?

Any ideas how to update this action?

I would then need to remove every other (or else all) of the page number links, possible?

Thanks, Andy

yesmaybe commented 9 years ago

Well well, I have found the code under your control documentation now, just called something different and see that it is already included in the resposnive.js so too easy to manipulate.

http://sorgalla.com/jcarousel/docs/plugins/control/

thanks!

jsor commented 9 years ago

Glad you solved it by yourself :)