mdscomp / yii2-jquery-bbq
jQuery BBQ: Back Button & Query Library
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-assets
pkg:composer/mdscomp/yii2-jquery-bbq
This package is auto-updated.
Last update: 2025-09-19 11:53:07 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);