You are here

README.txt in Equal Heights jQuery 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Drupal equalheights.module README.txt
==============================================================================

This module implements a jQuery plugin that can equalize the height of the
user specified elements with the same class.
By default, the height of the tallest element is used, but minimum and
maximum height can also be set.
To find out more about the plugin, go to
http://www.cssnewbie.com/equalheights-jquery-plugin/

Installation
------------
Starting with 7.x-2.x, equalheights module requires Libraries API 2.x. and imagesloaded plugin. If you have drush installed
on your machine, it's going to download required libraries. Otherwise, procede with the manual installation.

Installing required libraries manually.
-------------------------------------
Before installing equalheights module, download imagesloaded plugin from https://github.com/desandro/imagesloaded/releases/tag/v2.1.2.
You need two files: jquery.imagesloaded.js and jquery.imagesloaded.min.js. They should be copied to sites/all/libraries/imagesloaded.
You can also use git to clone the repository from the github.

Copy the module to the directory where you store contributed modules and enable
it on the admin modules page. Go to admin/config/development/equalheights and
add the classes for the elements that should have the same height (optionally,
add minimum and maximum height as well as overflow).

Author of the jQuery plugin
--------------------
Rob Glazebrook
http://www.cssnewbie.com/equalheights-jquery-plugin/

Author of the module
--------------------
Drupal librarian
transgarret@gmail.com

File

README.txt
View source
  1. Drupal equalheights.module README.txt
  2. ==============================================================================
  3. This module implements a jQuery plugin that can equalize the height of the
  4. user specified elements with the same class.
  5. By default, the height of the tallest element is used, but minimum and
  6. maximum height can also be set.
  7. To find out more about the plugin, go to
  8. http://www.cssnewbie.com/equalheights-jquery-plugin/
  9. Installation
  10. ------------
  11. Starting with 7.x-2.x, equalheights module requires Libraries API 2.x. and imagesloaded plugin. If you have drush installed
  12. on your machine, it's going to download required libraries. Otherwise, procede with the manual installation.
  13. Installing required libraries manually.
  14. -------------------------------------
  15. Before installing equalheights module, download imagesloaded plugin from https://github.com/desandro/imagesloaded/releases/tag/v2.1.2.
  16. You need two files: jquery.imagesloaded.js and jquery.imagesloaded.min.js. They should be copied to sites/all/libraries/imagesloaded.
  17. You can also use git to clone the repository from the github.
  18. Copy the module to the directory where you store contributed modules and enable
  19. it on the admin modules page. Go to admin/config/development/equalheights and
  20. add the classes for the elements that should have the same height (optionally,
  21. add minimum and maximum height as well as overflow).
  22. Author of the jQuery plugin
  23. --------------------
  24. Rob Glazebrook
  25. http://www.cssnewbie.com/equalheights-jquery-plugin/
  26. Author of the module
  27. --------------------
  28. Drupal librarian
  29. transgarret@gmail.com