I’m using .live(), and I’m trying to debug a weird error where jQuery Tools Overlay breaks all of the .live handlers on the page, except for ones with the context (second argument of jQuery select $(selector, context)) specified. So my specific question is how to find where this context is when it’s not specified.
I’m using .live() , and I’m trying to debug a weird error where jQuery
Share
Non-specified context defaults to
document.