Hi All,
Just a quick question if anyone has had this problem before. I have a vertical jcarousel on a page which is loaded and reloaded various times on a page, depending on it the user performs certain tasks. It works perfectly in FF, IE7, Safari etc. However, in IE6, Jcarousel will only load once, if i try and load it again, i get a JS error "Invalid Argument".
Has anyone experienced this before?
objCarousel = $("#carousel");
jQuery(objCarousel).jcarousel({
itemLoadCallback: mycarousel_itemLoadCallback,
//initCallback: mycarousel_initCallback,
visible: 4,
vertical: true,
scroll: 1
});
ta,
J