Hi,
Im Actually Desigining a Single page Web Template which uses 2 or more Java and jquery
Scripts the site works perfect in IE and FF But not in Chrome
im Not Pretty Sure how to use the no conflict Script in Jquey
This is my Markup For Scripts
Your help is Really AppreciatedCode:<link href="style.css" rel="stylesheet" type="text/css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js" type="text/javascript"></script> <script src="js/jquery.anchor.js" type="text/javascript"></script> <script src="js/jquery-1.7.2.min.js"></script> <script src="js/lightbox.js"></script> <script type="text/javascript"> $.noConflict(); // Code that uses other library's $ can follow here. </script>
thanks guys


Reply With Quote


Bookmarks