mdscomp/yii2-jquery-bbq

jQuery BBQ: Back Button & Query Library

dev-master 2015-04-06 15:12 UTC

This package is auto-updated.

Last update: 2024-04-19 08:50:46 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);