donniewa / plugin-bootstrap
jQuery Plugin Sample - works directly with requireJS
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- ajbdev/requirejs: dev-master
- components/jquery: dev-master
This package is not auto-updated.
Last update: 2024-11-09 15:08:17 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"