We have started implementing url rewriting. however it started giving $ is undefined error.
originally without any rewriting logic the project works perfectly fine with no error.
I have referenced the javascript file
<script src="~/JS/UI/jquery-1.6.2.min.js" type="text/javascript"></script>
Am i missing anything? I have read so many posts on net and SO with similar issue and tried various things like ResolveURL and ../ , however none is working
I don’t believe the
~works in the script tag; it’s usually reserved for .net controls/user controls.Remove it and try again