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)
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.


No differences found