Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm trying to add jquery code to my mvc project,but some pages support the jquery code, like create page support but edit page do not support the jquery code.whats the problem? how can i solve this?
Posted
Comments
Nimit Joshi 3-Apr-14 0:32am    
please post your edit page code...

1 solution

Hi Shuchy,

Usually such issues occurs when you forgot to add the Jquery library reference to your project or to specific page. Check that by viewing the 'ViewSource' of you page from browser.
In case issue exists, please post some details.
 
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