2017 © Pedro Peláez
 

yii2-extension yii2-jquery-hover-intent

This is widget wrapper of hoverIntent https://github.com/briancherne/jquery-hoverIntent for Yii2.

image

den67rus/yii2-jquery-hover-intent

This is widget wrapper of hoverIntent https://github.com/briancherne/jquery-hoverIntent for Yii2.

  • Friday, February 16, 2018
  • by den67rus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-jquery-hover-intent

This is widget wrapper of hoverIntent jQuery Plug-in https://github.com/briancherne/jquery-hoverIntent for Yii2., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

$ php composer.phar require den67rus/yii2-jquery-hover-intent "~1.0.0"

or add, (*4)

"den67rus/yii2-jquery-hover-intent": "~1.0.0"

to the require section of your composer.json file., (*5)

How use

Added following code to your view:, (*6)

...

use den67rus\jqueryHoverIntent\HoverIntent;

HoverIntent::widget([
    'selector' => '#hoverIntent',
    'options' => [
        'over' => 'makeTall',
        'out' => 'makeShort',
        'timeout' => 100,
    ],
]);

...

Options of widget

Name Description
$selector jQuery selector
$options hoverIntent options: http://cherne.net/brian/resources/jquery.hoverIntent.html

License

yii2-jquery-hoverIntent is released under the Apache 2.0 License., (*7)

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/den67rus/yii2-jquery-hover-intent

This is widget wrapper of hoverIntent https://github.com/briancherne/jquery-hoverIntent for Yii2.

  Sources   Download

Apache-2.0 Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget hoverintent

11/08 2016

1.0.0

1.0.0.0 https://github.com/den67rus/yii2-jquery-hover-intent

This is widget wrapper of hoverIntent https://github.com/briancherne/jquery-hoverIntent for Yii2.

  Sources   Download

Apache 2.0 License

The Requires

 

by Denis Sevostyanov

extension yii2 widget hoverintent