Backbone.NativeView
Backbone.NativeView copied to clipboard
A reference implementation of a native Backbone.View
In `_setElement`, when an element containing child nodes is passed in, we still want to set the entire element, and not `element[0]`.
Hi, I have the following events hash: ``` events: { 'blur input': 'someHandler } ``` `someHandler` is never called> I _think_ this may be because `NativeView` is relying on the...
I'm not sure if this is NativeView or Backbone itself, so apologies in advance. When defining an element that is in page `el: '#some-element` if the element doesn't exist, it...
While messing with `NativeView#undelegate` I realized that it's only possible to undelegate using a selector when that selector matches _exactly_ the string passed to `delegate`. It doesn't do matching or...