タグ

ブックマーク / tsvensen.github.io (1)

  • equalize.js

    The jQuery plugin for equalizing the height or width of elements Download Equalize.js on github. Download it here. How to Use Call the plugin on the parent of the elements to equalize their height. $('#height-example').equalize(); Equalize will accept any of the jQuery Dimension methods: height, outerHeight, innerHeight, width, outerWidth, innerWidth. $('.parent').equalize('height'); // default, s

  • 1