Jquery failure after site went live

Posted by Brandon Condrey on Stack Overflow See other posts from Stack Overflow or by Brandon Condrey
Published on 2010-04-29T04:54:16Z Indexed on 2010/04/29 4:57 UTC
Read the original article Hit count: 182

Filed under:
|

I have been designing a site for weeks using JQuery. I don't have a local server or a testing server so I just created a directory through FTP, '/testing'. Everything was working great in the testing directory.

I attempted to go live tonight by moving all the files in '/testing' to the root directory and I changed all file paths and script sources accordingly. The site loads, but everything related to JQuery is non-functional. Javascript console gives errors of (just as an example from a plugin):

'$.os.name' is not a function

I'm at loss for what to do. I changed the paths referencing the JQuery library, installed a fresh copy of JQuery (to a new directory), etc.

There is a wordpress installation in a different directory '/blog'. I've read about some compatibility issues with wordpress, but that seems to be related to using JQuery inside wordpress, which I am not.

I'm not sure if any code would be beneficial since it was all functional in a different directory.

Your help is greatly appreciated.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about help