findnode now creates crazy-wacky complicated jQuery selectors to find
authorMike Taylor <mike@indexdata.com>
Fri, 11 Apr 2014 10:56:20 +0000 (11:56 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 11 Apr 2014 10:56:20 +0000 (11:56 +0100)
commitca8479c3a7bda382d3fcac21b936091dd82f03cb
treefddf8671f7dc2efc20cd8c90584eb620c6c2a35e
parente8df44d1b9c6b8854a2f5c09a4862cdd46315f94
findnode now creates crazy-wacky complicated jQuery selectors to find
nodes that either belong to the specified team, or in the case that
the team is "AUTO", no team at all. This makes it possible for us to
avoid decorating nodes with mkwsTeam_AUTO classes.

Down the line, we should be able to make this cleaner by having each
class know what widgets it contains, so we don't need to do this
findnode magic -- ideally so we don't need findnode at all.
src/mkws-team.js