swilson1337/jquery-pjax-queued
Composer 安装命令:
composer require swilson1337/jquery-pjax-queued
包简介
Puts Pjax requests into a queue to allow multiple on one page
README 文档
README
Requires that you edit your web config and add the 'assetManager' component similar to this:
'assetManager' => [
'bundles' => [
'yii\widgets\PjaxAsset' => [
'sourcePath' => '@vendor/swilson1337/jquery-pjax-queued',
'js' => [
'jquery.pjax.js',
],
'jsOptions' => [
'position' => \yii\web\View::POS_HEAD,
],
],
],
],
统计信息
- 总下载量: 3.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-21