- this.node.on('mouseover', '.rng', function(e) { $(e.target).addClass('rng-hover')});\r
- this.node.on('mouseout', '.rng', function(e) { $(e.target).removeClass('rng-hover')});\r
- this.node.on('click', '.rng', function(e) {\r
+ this.node.on('mouseover', '[wlxml-tag]', function(e) { $(e.target).addClass('rng-hover')});\r
+ this.node.on('mouseout', '[wlxml-tag]', function(e) { $(e.target).removeClass('rng-hover')});\r
+ this.node.on('click', '[wlxml-tag]', function(e) {\r
+ console.log('clicked node type: '+e.target.nodeType);\r