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

0.2.1 2013-08-16 14:53 UTC

This package is not auto-updated.

Last update: 2024-04-23 03:23:31 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.