Uncaught Reference Error
-
Version 2.5.3
The following code is generating a “Uncaught ReferenceError: jQuery is not defined
at (index):1062”<script type="text/javascript"> jQuery(document).ready(function(){ jQuery("div#js-ticket_screentag").css("right","-"+(jQuery("div#js-ticket_screentag span.text").width() + 25)+"px"); jQuery("div#js-ticket_screentag").css("opacity",1); jQuery("div#js-ticket_screentag").hover( function(){ jQuery(this).animate({right: "+="+(jQuery("div#js-ticket_screentag span.text").width() + 25)}, 1000); }, function(){ jQuery(this).animate({right: "-="+(jQuery("div#js-ticket_screentag span.text").width() + 25)}, 1000); } ); }); </script>
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Uncaught Reference Error’ is closed to new replies.