fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

TypeError: $(...).roundabout is not a function #128

Closed synthview closed 11 years ago

synthview commented 11 years ago

Hello, Just added roundabout 2.4.2 code to a webpage I’m coding, but it doesn't work. I've tried with jquery 1.9.1 and 1.10.2

my code is basic

$(document).ready(function(){ .... $('#specimenReel').roundabout(); });

I see the TypeError: $(...).roundabout is not a function $('#specimenReel').roundabout();

in Firebug as I scroll the page. any idea?? Thanks