I don’t understand why I am getting this error?!?! I am trying to use a simple counter plugin for jQuery:
Uncaught TypeError: Object [object Object] has no method 'counter'
I have included the plugin file… I can see it in the source
/templates/ja_wall/js/counter.js
But every time I try to initialize the plugin like so… I get the uncaught TypeError
$("#main_counter").counter();
I’ve moved the plugin include up and down the page… Just before the closing head tag… At the bottom of the page… It didn’t seem to change anything…. I also have moved my initialization code to a doc ready & a window.load section… Neither worked :-/
Am I missing something obvious? I have other plugins that are doing just fine?!?!
Thanks
Try using
$("#main_counter").kCounter().jQuery.fnis not extended withcounter, only withkCounter.