PHP code example of den67rus / yii2-jquery-hover-intent

1. Go to this page and download the library: Download den67rus/yii2-jquery-hover-intent library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

den67rus / yii2-jquery-hover-intent example snippets


...

use den67rus\jqueryHoverIntent\HoverIntent;

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

...

$ php composer.phar