mcmuney Posted April 1, 2012 Share Posted April 1, 2012 I'm finding that whenever I add a function that requires the code below, it stops some of my other scripts from working. For example, lightbox. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script> Any idea why? And a way to fix it? Quote Link to comment Share on other sites More sharing options...
joel24 Posted April 1, 2012 Share Posted April 1, 2012 if it is stopping other functions, it sounds like you have an error in your code somewhere and no other code will be processed once it hits the error... get webdeveloper toolbar or firebug so you can see if your javascript is executing correctly... post your code if you're still having troubles. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.