• Resolved webmasteral

    (@webmasteral)


    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)
  • Thread Starter webmasteral

    (@webmasteral)

    It turns out I was running the plugin “WP deferred javaScript” and that was causing the jQuery loading issues

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught Reference Error’ is closed to new replies.