jquery-ui-carousel icon indicating copy to clipboard operation
jquery-ui-carousel copied to clipboard

[feature] noofrows support

Open ghost opened this issue 11 years ago • 1 comments

This would be great if this was added back in, I'm using this on a website where I won't need a continuous plugin, so there won't be an issue. Also, how I'm pulling and grouping data doesn't allow me to use the solution from this issue: https://github.com/richardscarrott/jquery-ui-carousel/issues/22

ghost avatar Mar 14 '13 18:03 ghost

If you're unable to change the code that pumps the html out serverside then you could always manipulate the html before instantiating the carousel client side, either so you have two carousels which are hooked up to one another (slave / master) or with two items output in each li.

richardscarrott avatar Apr 30 '13 22:04 richardscarrott