ginader / syncHeight
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
= (author)
Wed Oct 21 11:52:57 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
index.html | Sun May 03 07:28:09 -0700 2009 | |
| |
jquery-1.1.4.js | Sun May 03 07:28:09 -0700 2009 | |
| |
jquery.syncheight.js | Wed Oct 21 11:52:57 -0700 2009 | |
| |
readme.markdown | Sun May 03 07:28:09 -0700 2009 |
readme.markdown
jQuery Synch Heights Plugin
jQuery Plugin that automatically syncs the height properties of the elements that match the given selector.
Usage: $(document).ready(function(){
$('p').syncHeight();
$(window).resize(function(){
$('p').syncHeight();
});
});
See also
- german info: http://blog.ginader.de/archives/2007/09/10/Spaltenhoehen-mit-jQuery-synchronisieren.php
