Stash a local copy of $ (the jQuery object) in the mkws object.
authorMike Taylor <mike@indexdata.com>
Wed, 14 May 2014 13:52:00 +0000 (14:52 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 14 May 2014 13:52:00 +0000 (14:52 +0100)
commit2e5983ddf8d4877d597bfabc1971dec65a7f735e
treeb6c2871067f48ad9e765f874519a6ba12ad4d88b
parentbedeb811ba3998a8cf94e94b99f0fec7a9070330
Stash a local copy of $ (the jQuery object) in the mkws object.
Thereafter, we can use mkws.$ to know we're getting the right jQuery
object even if another jQuery version (or other library) redefines $.

When showing and hiding widgets, use w.jqnode instead of $(w.node).

Contributes to the fix of MWKS-185.
src/mkws-core.js