$(document).ready(function () not working in asp.net mvc project
exception is Index:203 Uncaught ReferenceError: $ is not defined
Solution is : Just load jQuery in head section. like
<head>
<script src="scripts/jquery.js"></script>
</head>
Ok Done!.
Our website uses cookies to improve your experience. Learn more
Ok