summaryrefslogtreecommitdiffstats
path: root/jquery.equalheights.js
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6v1.5.1Matt Banks2013-09-171-2/+2
|
* change auto-initialize to use data-equal, props pafnutyMatt Banks2013-09-051-3/+3
|
* simple auto-initialize pluginPavel Belousov2013-09-051-2/+2
|
* bump to 1.4.2, credit Korri, re-uglify minified versionMatt Banks2013-08-091-1/+1
|
* Allow multiple data-heights on the same pageKorri2013-08-091-3/+5
|
* Updated version numberKorri2013-08-091-1/+1
|
* update spacingMatt Banks2013-08-051-1/+2
|
* Add support for initializing the plugin with data attributes ↵Matt Thomas2013-05-141-8/+12
| | | | data-heights="equal" and targets data-targets="div"
* properly return jQuery object for chainingv1.3Matt Banks2013-03-131-2/+2
|
* calculate height with innerHeight to include paddingv1.2Matt Banks2013-03-071-6/+7
|
* cleaned up plugin function callMatt Banks2012-05-051-6/+7
|
* clean up codeMatt Banks2012-04-191-10/+14
|
* initial commitMatt Banks2012-04-181-0/+20