Working on a carousel lightbox tooltip demo and as far I can see in the jsfiddle created, the 'carouFredSel-script' isn't loaded. Error message in firebug:
$("#foo").carouFredSel is not a function
I don't see the problem. Can someone help?
Working on a carousel lightbox tooltip demo and as far I can see in the jsfiddle created, the 'carouFredSel-script' isn't loaded. Error message in firebug:
$("#foo").carouFredSel is not a function
I don't see the problem. Can someone help?
You were loading jQuery twice and you were loading the carusel in the wrong place i think http://jsfiddle.net/s39Kd/4/
You loaded
http://members.chello.nl/j.bemmel2/carousel/assets/js/tooltip/jquery.js
afterjquery.carouFredSel-5.5.0-packed.js
was loaded, which creates a fresh jQuery object again underwindow
global object, and removed the one with caroured support.Remove
http://members.chello.nl/j.bemmel2/carousel/assets/js/tooltip/jquery.js
should work.