$(document).ready(function () not working ,, exception is Index :203 Uncaught ReferenceError: $ is not defined

 $(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!.




Post a Comment

Thank you

Previous Post Next Post