jQuery 1.1a and jCarousel 0.1.5
The jQuery Team released the alpha version of the new jQuery 1.1.
Since there are some api changes i had to modify some parts of jCarousel. So, i’ve just released version 0.1.5 which should work with jQuery 1.1.
If you have problems and/or questions, drop in to the jQuery mailinglist.
7 Responses to 'jQuery 1.1a and jCarousel 0.1.5'
Leave a Reply
Do not post support requests for jCarousel here. If you need help for a problem:
- Create a page where i can see your carousel in action
- Post it to the jQuery Mailinglist (Add the word "jCarousel" to the subject, so i can filter out mails regarding jCarousel).


That was quick…
Thanks, i’ll try out your update.
2 features if possible :
NO LI … great for pics, but I think your plugin would be perfect if it was able to scroll html content (width of the div could be a reference to jump div > div)
the possibility to use % for the width of carrousel.
The idea ??? Realize same film strip like FlickR admin, but with the 500px pics.
I’ve been playing aound with this for the past few days and have been struggling with something…
I want to alter it so that i can have more than one row of photos (im using the load from ajax with the text file)
i want to have a grid thats 4×4 or something similar, then the scroll then loads the next/previous set of 16. No matter what i do i cant seem to get the li items to wrap into a grid.
if you could offer any suggestions it would be appreciated.
I’m using jCarousel with auto scrolling. I want the auto scrolling but when clicking the next button and if the last item is reached I don’t want it to go automatically to the first item. If the last item is reached while clicking the next button, I want it to stop and the next button to be disabled.
Please help me to do this.
Thanks
Just remove
wrap: 'last',I did that but the scrolling stops at the last item. Only when clicking the next button and if the last item is reached I want it to stop and the next button disabled.
Thanks
I don’t think i understand what you exactly want. You should maybe post at the jQuery mailinglist along with a link to an example.