den67rus / yii2-jquery-hover-intent
This is widget wrapper of hoverIntent https://github.com/briancherne/jquery-hoverIntent for Yii2.
Installs: 138
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/jquery-hoverintent: ~1.8.0
- yiisoft/yii2: >=2.0.0
This package is not auto-updated.
Last update: 2025-01-04 21:30:37 UTC
README
This is widget wrapper of hoverIntent jQuery Plug-in https://github.com/briancherne/jquery-hoverIntent for Yii2.
##Installation The preferred way to install this extension is through composer.
Either run
$ php composer.phar require den67rus/yii2-jquery-hover-intent "~1.0.0"
or add
"den67rus/yii2-jquery-hover-intent": "~1.0.0"
to the require section of your composer.json file.
##How use
Added following code to your view:
... use den67rus\jqueryHoverIntent\HoverIntent; HoverIntent::widget([ 'selector' => '#hoverIntent', 'options' => [ 'over' => 'makeTall', 'out' => 'makeShort', 'timeout' => 100, ], ]); ...
##Options of widget
##License
yii2-jquery-hoverIntent is released under the Apache 2.0 License.