bind.js icon indicating copy to clipboard operation
bind.js copied to clipboard

Support events fired at the root object

Open remy opened this issue 9 years ago • 1 comments

There's no mapping for the root object, so maybe this is a special key?

Something like:

var o = new Bind({
  cats: ['sam', 'nap', 'prince']
}, {
  ':root': callback
});

Akin to the [:root](http://www.w3.org/TR/css3-selectors/#root-pseudo) CSS selector.

Thoughts?

remy avatar May 28 '15 09:05 remy

How could this be implemented? Any idea someone?

adelriosantiago avatar Sep 23 '17 03:09 adelriosantiago