jquery - Why does moving my script references to the bottom of _SiteLayout.cshtml cause the tabs to no longer work? -
i'm using jquery-ui tabs in site. i've got this:
<script src="~/scripts/jquery-2.0.0.min.js"></script> <script src="~/scripts/jquery-ui-1.9.2.min.js"></script> <script type="text/javascript" src="../fancybox/jquery.fancybox.pack.js"></script> <script src="~/scripts/modernizr-2.6.2.js"></script>
...and works fine, when i, suggested performance reasons, move bottom of page (after html, above jquery "ready" function), no longer works - nav links bland uls.
if performance enhancement drop script down bottom of page, how can , still have ui work should?
Comments
Post a Comment