How to modify the query context when using a jQuery instance across iframes
For an existing webapp1, i am using a jQuery instance across iframes which causes me headaches. jQuery is loaded (and aliased to $jq) in a Document which contains an iFrame(for a sidebar). In the iFrame document, I reuse the jQuery…