mdscomp / yii2-jquery-bbq
jQuery BBQ: Back Button & Query Library
Package info
bitbucket.org/mzdani/yii2-jquery-bbq
Type:yii2-assets
pkg:composer/mdscomp/yii2-jquery-bbq
dev-master
2015-04-06 15:12 UTC
This package is auto-updated.
Last update: 2026-02-19 12:43:49 UTC
README
Yii2 asset for jQuery BBQ: Back Button & Query Library
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require mdscomp/yii2-jquery-bbq "dev-master"
or add
"mdscomp/yii2-jquery-bbq": "*"
to the require section of your composer.json file.
Usage
Register assets into your view.
use mdscomp\jQueryBbqAssets;
jQueryBbqAssets::register($this);