Hi Baden,
thanks for clarifying this.
I’ve also got the same problem and I’m quite sure it’s for the exact reason you said.
I’m trying to implement the countdown on this page http://hackthesystem.com/
specifically on this subpage: http://hackthesystem.com/zenhabits/
I’m getting this bug:
“Uncaught TypeError: Object #<Object> has no method ‘countDown'”
and I already checked and got this line of code that might cause it: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Now, I’m not a code pro, so my question is how to fix it. What will happen if I delete the ajax line? Is there any way I can get both things to work?
Thanks for your help!