Hi,
Can we debug Jquery like what we can do for javascript using IE9 developer tools?
I am facing severe problem when some jquery function is not being called on some event.
Is there any solution?Can you suggest any debugging tools if exists??
jQuery is javascript – it can be debugged in the exact same way, using the exact same tools. Personally I find the Firebug extension for Firefox the most usable.
It may be better for you to post the details of your problem in another question. I’m sure someone here will be able to help.