wheresrhys / backbone.namespaced-events

jQuery style, dot-separated namespaced events for backbone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone Namespaced Events

Build Status

Backbone Namespaced Events implements the syntax of jQuery namespaced events (http://docs.jquery.com/Namespaced_Events) for Backbone's custom events implementation

Getting Started

Download the production version or the development version.

To use namespaced events instead of native ones on an obj use Backbone.extend(obj, Backbone.NamespacedEvents);

To use namespaced events on all Backbone Models, Collections etc... use Backbone.NamespacedEvents.overwriteNativeEvents(). A copy of the native events object will still be available at Backbone.NativeEvents

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

jQuery style, dot-separated namespaced events for backbone

License:MIT License


Languages

Language:JavaScript 97.5%Language:CSS 2.5%