/backbone.namespaced-events

jQuery style, dot-separated namespaced events for backbone

Primary LanguageJavaScriptMIT LicenseMIT

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)