4 Responses to 'jCarousel: Packed version'
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).


how to add the thickbox function to a static carousel:
In here?
// Ride the carousel…
jQuery(document).ready(function() {
jQuery(”#mycarousel”).jcarousel({
itemVisible: 3,
itemScroll: 2,
autoScroll: 3,
wrap: true
});
});
Just read how to implement Thickbox: http://jquery.com/demo/thickbox/
So you only need your hack for dynamically generated content. For adding thickbox for static contnetn I do add the class *thickbox with addClass in the thickbox init funtion. That way you do not have to hard code it.
For a simple ASP version, have an example?