How come this code throws an

Uncaught ReferenceError: $ is not defined

when it was OK before?

$(document).ready(function() {
    $('#tabs > ul').tabs({ fx: { opacity: 'toggle' } });
    $('#featuredvid > ul').tabs();
});

Results in tabs don’t close anymore.

jQuery is referenced in the header:

<script language="JavaScript" type="text/javascript" src="https://stackoverflow.com/questions/2075337/<?php echo get_option("siteurl') ?>/js/sprinkle.js"></script>
<script language="JavaScript" type="text/javascript" src="https://stackoverflow.com/questions/2075337/<?php echo get_option("siteurl') ?>/js/jquery-1.2.6.min.js"></script>
<script language="JavaScript" type="text/javascript" src="https://stackoverflow.com/questions/2075337/<?php echo get_option("siteurl') ?>/js/jquery-ui-personalized-1.5.2.packed.js"></script>

40 s
40

Leave a Reply

Your email address will not be published. Required fields are marked *