donniewa / plugin-bootstrap
jQuery Plugin Sample - works directly with requireJS
Package info
github.com/donniewa/plugin-bootstrap
Language:JavaScript
pkg:composer/donniewa/plugin-bootstrap
dev-master
2013-03-06 06:09 UTC
Requires
- ajbdev/requirejs: dev-master
- components/jquery: dev-master
This package is not auto-updated.
Last update: 2026-03-14 22:03:56 UTC
README
jQuery Plugin Sample - works with require js.
Installation
Simply include pluginboot.js
add div id="myplugin" data-plugin="pluginname" the path to the plugin is plugins/pluginname.js
require js will load the plugin, and the div "myplugin" will become the context.
Composer
require - "donniewa/plugin-bootstrap": "dev-master"