954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

JavaScript Error "Uncaught TypeError: Object [object Object] has no method"

I just got this script for a countdown on a website and I got it to work locally but when I upload it to the server i get the error "index.html:22 Uncaught TypeError: Object [object Object] has no method 'fancycountdown'".

I have checked to make sure all other javascript files are loading and they are and I can't figure out whats wrong. You can see it here: http://con.fwusy.net/countdown/index.html

Anybody know what to do? Thanks

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

Firstly, that URL doesn't work.
Secondly, the object that you are using doesn't have the method you are trying to use. The fancycountdown method, doesn't exist (at least not on the object you are using).

Please post code or a working URL if you want more help.

stbuchok
Master Poster
730 posts since May 2011
Reputation Points: 120
Solved Threads: 93
 

I was working on it and changed the URL by mistake. I also am not using this code anymore so no need to try to fix this. Thanks though.

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: