[jQuery] jCarousel & Google Chrome

2009-06-22 Thread Raph
I am having an issue with unhiding carousels. When a carousel is initially hidden (like on a tab), then the div in which it resides is set to display:block, the carousel is empty. In IE/FF this is resolved rather easily by not initializing the carousel (calling $("#myObj").jcarousel(...) until i

[jQuery] jQuery and Google Chrome

2009-06-22 Thread Raph
I am having an issue with unhiding carousels. When a carousel is initially hidden (like on a tab), then the div in which it resides is set to display:block, the carousel is empty. In IE/FF this is resolved rather easily by not initializing the carousel (calling $("#myObj").jcarousel(...) until i

[jQuery] JCarousel Bug (hiding/showing dynamic carousel)

2009-04-18 Thread Raph
Hi guys I've discovered some really strange behavior with hiding/showing a dynamic jcarousel. Here's the rundown... I have a jcarousel and have it get items dynamically from a web service... Works like a charm... Then I place this jcarousel in a div and hide it on documentready. When I show th