2017 © Pedro Peláez
 

ditto-bundle jquery-bundle

A Ditto framework bundle for the jQuery JS library

image

ditto/jquery-bundle

A Ditto framework bundle for the jQuery JS library

  • Sunday, March 16, 2014
  • by mcwebb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 112 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

jQuery for Ditto

a Ditto bundle, (*1)

You can pick and choose which version of jQuery to load. You cans also choose to load jQuery UI and some plugins., (*2)

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., (*3)

The Versions

16/03 2014

dev-master

9999999-dev http://github.com/mcwebb/jquery-bundle

A Ditto framework bundle for the jQuery JS library

  Sources   Download

MIT

The Requires

 

by Matthew Webb

library javascript

16/08 2013

0.2.1

0.2.1.0 http://github.com/mcwebb/jquery-bundle

A Ditto framework bundle for the jQuery JS library

  Sources   Download

MIT

The Requires

 

by Matthew Webb

library javascript

16/08 2013

0.2

0.2.0.0 http://github.com/mcwebb/jquery-bundle

A Ditto framework bundle for the jQuery JS library

  Sources   Download

MIT

The Requires

 

by Matthew Webb

library javascript

16/08 2013

0.1

0.1.0.0 http://github.com/mcwebb/jquery-bundle

A Ditto framework bundle for the jQuery JS library

  Sources   Download

MIT

The Requires

 

by Matthew Webb

library javascript