madand / yii2-jquery-visible

jquery-visible plugin asset for Yii2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-visible plugin asset for Yii2

Provides asset class for easy integration of jquery-visible into your Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "madand/yii2-jquery-visible:*"

or add

"madand/yii2-jquery-visible": "*"

to the require section of your composer.json file.

Usage

In the view file register the asset:

\madand\jqueryvisible\JqueryVisibleAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.

About

jquery-visible plugin asset for Yii2

License:Other


Languages

Language:PHP 100.0%