Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i was using a normal masterpage in my website.And in my webforms jquery was working successfully.After that i added some sliding menus in my masterpage using jquery.Then that my webforms jquery is not working.when i remove jquery from my masterpage,then again webforms jquery works..what should i do ....
Posted
Comments
Sandeep Mewara 28-Jul-12 16:58pm    
Not clear. May be how you added jQuery snippet could have helped. Need more detail on the problem.

1 solution

What do you mean ? Are you loading two versions of jquery, one in the master page and one in the form ? Remove the library from the form, it's in the masterpage. Once you've loaded the jquery library, no call to jquery methods should stop jquery working, but, if one javascript call fails, javascript can stop on the whole page. Use Chrome, right click on your page and choose 'inspect element', then you can go to the last tab and it will tell you if there was a javascript error, which will have stopped your jquery code from working.
 
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