0.0.1 • Published 12 years ago
share-element v0.0.1
Share Element
Installation
node.js:
npm install share-elementbrowser:
component install share-elementExample
var project = require('share-element');API
Example API methods.
.on(event, fn, capture)
Short description of some method:
project.on('event', function(e){
});.on(event, selector, fn, capture)
Another description:
project.on('event', 'a.remove', function(e){
});Notes
Licence
MIT
0.0.1
12 years ago