madand/yii2-jquery-visible

jquery-visible plugin asset for Yii2

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

pkg:composer/madand/yii2-jquery-visible

dev-master 2015-05-08 20:41 UTC

This package is not auto-updated.

Last update: 2025-09-27 22:43:48 UTC


README

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.