$(document).readyfunction. I'm unable to figure this out, but if anyone has any tips that would be helpful let me know. Thank you.
This post has been edited by trevster344: 22 April 2013 - 02:22 PM
Posted 22 April 2013 - 02:21 PM
$(document).readyfunction. I'm unable to figure this out, but if anyone has any tips that would be helpful let me know. Thank you.
This post has been edited by trevster344: 22 April 2013 - 02:22 PM
Posted 22 April 2013 - 02:41 PM
This post has been edited by andrewsw: 22 April 2013 - 02:42 PM
Posted 22 April 2013 - 03:35 PM
Posted 22 April 2013 - 03:46 PM
Posted 22 April 2013 - 03:54 PM
ReferenceError: $ is not defined TH4500()
<script type="text/javascript"> $(document).ready(function () { // $("#HideOptionsDiv").click(function () { // $("#OptionsMenu").slideToggle(); // }); try { $("td span.navstyle a").mouseenter(function () { $(this).css("font-weight", "bold"); //$(this).css("background-color", ""); }); $("td span.navstyle a").mouseleave(function () { $(this).css("font-weight", "normal"); //$(this).css("background-color", "white"); }); $(".style8").mouseenter(function () { $(this).css("font-weight", "bold"); }); $(".style8").mouseleave(function () { $(this).css("font-weight", "normal"); //$(this).css("background-color", "white"); }); $("#cartlink").mouseenter(function () { $(this).css("font-weight", "bold"); }); $("#cartlink").mouseleave(function () { $(this).css("font-weight", "normal"); //$(this).css("background-color", "white"); }); } catch (Err) { alert(Err.message); } }); </script>
Posted 23 April 2013 - 02:46 PM
<script src="Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>