javascript not working on localhost

Posted by Adam McMahon on Stack Overflow See other posts from Stack Overflow or by Adam McMahon
Published on 2010-05-04T22:38:09Z Indexed on 2010/05/04 22:48 UTC
Read the original article Hit count: 199

Filed under:
|
|
|

Ok so I'm lost here, frustrated and pulling my hair and out. Plus probably about to be fired or take a pay cut.

I moved Files from a development server to my local machine. The files are consistent (used diff tool), all the dependencies are there. It works for the most part. The problem is that the some of the javascript (not all) is just not working. We're using jquery and a lot of plugins for it. I've checked with the web developer plugin in firefox and all the js files are loading. I cleared the cache in both firefox and chrome multiple times to no avail. The development server is a windows server running wamp. My local machine is running ubuntu. Somebody tell me what I missed.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery