uran1980/yii2-jquery-essential An Yii2 jQuery Essential assets component.

assetsyii2-jquery-essentialjqueryessentialpluginsjquerycookiejquerymousewheeljqueryscrolltojqueryeasing

Yii2 jQuery Essential

This component based on jQuery essential plugins:

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require uran1980/yii2-jquery-essential "dev-master"

or add

"uran1980/yii2-jquery-essential": "dev-master"

to the require section of your composer.json

Usage

add as dependensy in you AssetBundle.php for example:


namespace frontend\assets;

class YourAppAsset extends \yii\web\AssetBundle
{
    ...
    public $depends = [
        'uran1980\yii\assets\jQueryEssential\JqueryEssentialAsset',
        ...
    ];
}

Author

Ivan Yakovlev, e-mail: uran1980@gmail.com

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.0.7 is the latest of 5 releases



MIT license
Stats
4 github stars & 5 github forks
0 downloads in the last day
69 downloads in the last 30 days
48299 total downloads