ditto / jquery-bundle
A Ditto framework bundle for the jQuery JS library
Installs: 130
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:ditto-bundle
Requires
- ditto/ditto: >=0.3
This package is not auto-updated.
Last update: 2024-12-17 06:33:21 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.