Backbone.NativeView icon indicating copy to clipboard operation
Backbone.NativeView copied to clipboard

A reference implementation of a native Backbone.View

Results 4 Backbone.NativeView issues
Sort by recently updated
recently updated
newest added

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

change

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

question

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

question