You are here

README.txt in Equal Heights jQuery 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 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.
The format for the admin settings should be 'classname:minheight,maxheight'.
To find out more about the plugin, go to
http://www.cssnewbie.com/equalheights-jquery-plugin/

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

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. The format for the admin settings should be 'classname:minheight,maxheight'.
  8. To find out more about the plugin, go to
  9. http://www.cssnewbie.com/equalheights-jquery-plugin/
  10. Installation
  11. ------------
  12. Copy the module to the directory where you store contributed modules and enable
  13. it on the admin modules page. Go to admin/settings/equalheights and
  14. add the classes for the elements that should have the same height (optionally,
  15. add minimum and maximum height).
  16. Author of the jQuery plugin
  17. --------------------
  18. Rob Glazebrook
  19. http://www.cssnewbie.com/equalheights-jquery-plugin/
  20. Author of the module
  21. --------------------
  22. Drupal librarian
  23. transgarret@gmail.com