Click here to Skip to main content
15,909,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii ,

I am doing some stuffs using jquery , but only my point is how can i debug the code if i want to check the values. My jquery functions are writeen in seperate file .. i tried to put debugger keyword inside document.ready function .. and then in chrome browser i press ctrl+shif+i to check the values . it doesnt allowing me to debug .. howerver if i write my direct jquery script in aspx file it allows me to debug .. please suggests
Posted
Comments
Pranav-BiTwiser 4-Mar-14 1:37am    
using FireQuery and Firebug in Mozilla Firefox

 
Share this answer
 
first you add the debugger statement in your jquery code and check the jquery variable value in chrome browser and press F11 key.
 
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