donniewa/plugin-bootstrap

jQuery Plugin Sample - works directly with requireJS

dev-master 2013-03-06 06:09 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:07:01 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"