Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/jquery-equalizebottoms
jQuery equalizeBottoms
https://github.com/cowboy/jquery-equalizebottoms
Last synced: about 1 month ago
JSON representation
jQuery equalizeBottoms
- Host: GitHub
- URL: https://github.com/cowboy/jquery-equalizebottoms
- Owner: cowboy
- License: gpl-2.0
- Created: 2009-11-08T00:50:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-24T01:24:10.000Z (over 14 years ago)
- Last Synced: 2024-04-14T22:47:01.691Z (7 months ago)
- Language: JavaScript
- Homepage: http://benalman.com/projects/jquery-equalizebottoms-plugin/
- Size: 283 KB
- Stars: 34
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE-GPL
Awesome Lists containing this project
README
# jQuery equalizeBottoms #
[http://benalman.com/projects/jquery-equalizebottoms-plugin/](http://benalman.com/projects/jquery-equalizebottoms-plugin/)Version: 1.5, Date: 3/23/2010
With jQuery equalizeBottoms you can "equalize" the bottoms of multiple elements, making columns heights even, even when CSS refuses to help.
Visit the [project page](http://benalman.com/projects/jquery-equalizebottoms-plugin/) for more information and usage examples!
## Documentation ##
[http://benalman.com/code/projects/jquery-equalizebottoms/docs/](http://benalman.com/code/projects/jquery-equalizebottoms/docs/)## Examples ##
This working example, complete with fully commented code, illustrates a few
ways in which this plugin can be used.[http://benalman.com/code/projects/jquery-equalizebottoms/examples/equalizebottoms/](http://benalman.com/code/projects/jquery-equalizebottoms/examples/equalizebottoms/)
## Support and Testing ##
Information about what version or versions of jQuery this plugin has been
tested with and what browsers it has been tested in.### jQuery Versions ###
1.3.2, 1.4.2### Browsers Tested ###
Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome 4-5, Opera 9.6-10.5.## Release History ##
1.5 - (3/23/2010) Changed .height measurement to .outerHeight to take padding and border into consideration.
1.4 - (11/6/2009) Removed polling functionality. If you need polling, use in combination with [jQuery doTimeout](http://benalman.com/projects/jquery-dotimeout-plugin/).
1.3 - (4/4/2009) Initial release## License ##
Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
[http://benalman.com/about/license/](http://benalman.com/about/license/)