Why and how does the written code give a result as an Uncaught ReferenceError: $ is not defined although it was working earlier?
$(document).ready(function()
$('#tabs > ul').tabs({ fx: { opacity: 'toggle' } });
$('#featuredvid > ul').tabs(); });
The given results do not close now in the tabs despite having the jQuery being referenced in the header. What is the solution for this?
<script language="JavaScript" type="text/javascript" src="<?php echo get_option('siteurl') ?>/js/sprinkle.js"></script> <script language="JavaScript" type="text/javascript" src="<?php echo get_option('siteurl') ?>/js/jquery-1.2.6.min.js"></script> <script language="JavaScript" type="text/javascript" src="<?php echo get_option('si