Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to add date picker and so many jquey in mvc 4.but it not works.i check my jquery code to aspx page,it works,that menas there have no error in jquery code,but why it does not support in mvc? or how can i use jquey in mvc?
Posted

1 solution

Check you are referring the right JQuery script files.
Place the following line in your html header @Scripts.Render("~/bundles/jquery")
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900