An open API service indexing awesome lists of open source software.

https://github.com/bkwld/jquery-backbone-views

jQuery plugin for instantiating Backbone views from selected elements
https://github.com/bkwld/jquery-backbone-views

Last synced: 12 months ago
JSON representation

jQuery plugin for instantiating Backbone views from selected elements

Awesome Lists containing this project

README

          

# jQuery Backbone Views
jQuery plugin for instantiating Backbone views from selected elements

## Examples

```js
$('body.elements.index .tab-sidebar').views(require('./views/tab-sidebar'));
marquee = $('.global-marquee').view(require('./global-marquee'));
```