2017 © Pedro Peláez
 

yii2-asset yii2-match-height-asset

A responsive equal heights jQuery plugin for Yii2

image

voskobovich/yii2-match-height-asset

A responsive equal heights jQuery plugin for Yii2

  • Sunday, January 31, 2016
  • by voskobovich
  • Repository
  • 1 Watchers
  • 5 Stars
  • 320 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Yii2 jquery.matchHeight.js asset

A responsive equal heights jQuery plugin for Yii2., (*1)

License Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Support

GutHub issues., (*3)

Plugin

Demo., (*4)

Documentation., (*5)

Home page., (*6)

Usage

Register the asset in the code view, (*7)

<?php
...
voskobovich\matchheight\MatchHeightAsset::register($this);
?>

or in your AssetBundle, (*8)

class AppAsset extends AssetBundle
{
    ...
    public $depends = [
        ...
        'voskobovich\matchheight\MatchHeightAsset'
    ];
}

and then execute JS code in view, (*9)


   content


$this->registerJs('$(".block-name").matchHeight();')
?>

or, (*10)



content
content
registerJs('$("body").matchHeight();') ?>

Installation

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

Either run, (*12)

php composer.phar require --prefer-dist voskobovich/yii2-match-height-asset "~1.0"

or add, (*13)

"voskobovich/yii2-match-height-asset": "~1.0"

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

The Versions

31/01 2016

dev-master

9999999-dev https://github.com/voskobovich/yii2-match-height-asset

A responsive equal heights jQuery plugin for Yii2

  Sources   Download

MIT

The Requires

 

frontend yii2 asset js matchheight

31/01 2016

v1.0.0

1.0.0.0 https://github.com/voskobovich/yii2-match-height-asset

A responsive equal heights jQuery plugin for Yii2

  Sources   Download

MIT

The Requires

 

frontend yii2 asset js matchheight