I tryed to include jquery to the Master Page ->
Here is body:
<body onload="X()">
<script type="text/javascript">
.........
function X() {
alert('Trace');
var s = $(window).width();
alert(s);
}
</script>
</body>
Here is head:
<script type="text/javascript" src="~/Scripts/jquery-1.8.0.min.js"></script>
Browser cant resolve [$] symbol.I saved .aspx page that uses master ( [root][clear][My pages] ) as html with images and try open Jquery file -> I got eror:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /clear/~/Scripts/jquery-1.8.0.min.js