ditto/jquery-bundle
Composer 安装命令:
composer require ditto/jquery-bundle
包简介
A Ditto framework bundle for the jQuery JS library
关键字:
README 文档
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.
统计信息
- 总下载量: 134
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-16