icode4food / jqueryui-bundle
1.9.2.4
2014-01-16 22:21 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: 2.*
This package is not auto-updated.
Last update: 2019-02-20 17:18:51 UTC
README
当前版本
jQuery UI 1.9.2
要求
jQuery 核心库
安装
将包添加到您的 composer.json 文件中
// composer.json { "require": { // ... "icode4food/jqueryui-bundle": "*" } }
将包添加到您的应用程序内核中
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Icode4food\JqueryUiBundle\Icode4foodJqueryUiBundle(), // ... ); }
使用 Composer 下载包
$ php composer.phar update icode4food/jqueryui-bundle
用法
在您的 AMD 模块中参考所需文件
许可
请参考包含文件的源代码以获取许可信息