ditto / jquery-bundle
A Ditto framework bundle for the jQuery JS library
Package info
github.com/mcwebb/jquery-bundle
Language:JavaScript
Type:ditto-bundle
pkg:composer/ditto/jquery-bundle
0.2.1
2013-08-16 14:53 UTC
Requires
- ditto/ditto: >=0.3
This package is not auto-updated.
Last update: 2026-02-24 12:07:00 UTC
README
a Ditto bundle
You can pick and choose which version of jQuery to load. You cans also choose to load jQuery UI and some plugins.
Example Use
Engine::load()->bundle('jQuery') ->version(203) ->migrate() ->ui([ 'sortable', 'draggable' ]) ->plugins([ 'validate', 'inputmask' ]);
The indicated JS files and their depenencies will then be inserted into the template.