Closed synthview closed 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
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