summaryrefslogtreecommitdiffstats
path: root/jquery.matchHeight.js
Commit message (Expand)AuthorAgeFilesLines
* moved builds to distliabru2016-01-041-1/+1
* fix issue maintaining inline styles, closes #95liabru2015-12-251-2/+7
* fix linter issuesliabru2015-11-141-2/+2
* Make plugin compatible with module loadersJon Scott Clark2015-11-131-2/+14
* fix issue with 'display:flex', closes #77liabru2015-11-101-2/+2
* Merge branch 'jorrit-floatingcontents'liabru2015-11-081-1/+2
|\
| * Merge branch 'floatingcontents' of https://github.com/jorrit/jquery-match-hei...liabru2015-10-171-1/+2
| |\
| | * Improve row detection when cells contain floating contentsJorrit Schippers2015-10-151-1/+2
* | | added matchHeight.version propertyliabru2015-11-081-0/+1
* | | improved testsliabru2015-11-081-0/+2
* | | added cloud selenium, local emulated ie testing, lint task, build task, relea...liabru2015-11-081-1/+1
|/ /
* | added gulpfile, jasmine test specs, browser test runner, selenium test runnerliabru2015-10-171-363/+364
|/
* fix for display: inline-flex, closes #68liabru2015-05-141-2/+12
* fix for unitless properties by forcing px, closes #64liabru2015-05-141-1/+1
* changed master build descriptionliabru2015-03-311-1/+1
* avoid call to .is when no target specifiedliabru2015-03-311-1/+1
* fix typo in target option, closes #63liabru2015-03-311-1/+1
* implemented target optionliabru2015-03-291-40/+58
* fix for single item rows, closes #48liabru2015-01-171-1/+3
* preserve inline styles on hidden parents, closes #46liabru2015-01-121-2/+13
* early out on options parserliabru2015-01-121-4/+2
* removed redundant css setterliabru2015-01-121-3/+1
* added support for options, added property option for min-heightliabru2014-12-291-298/+326
* refactored plugin definitionliabru2014-10-161-27/+27
* added update callback eventsliabru2014-10-161-4/+12
* fix row detection on safari (windows)liabru2014-09-201-0/+2
* fix handling of hidden elements by row, closes #28liabru2014-09-171-8/+8
* fix to preserve inline stylesliabru2014-09-161-2/+7
* Preserve inline styles when using byRowNikolay Yordanov2014-09-131-18/+14
* fixed throttling issueliabru2014-09-101-9/+19
* skip apply to rows with only one itemliabru2014-09-101-0/+4
* reorganised source, closes #27liabru2014-08-311-58/+82
* Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height ...liabru2014-08-311-1/+1
|\
| * Improve support when concatenated or minifiedKevin Wood-Friend2014-08-121-1/+1
* | added maintainScroll functionality, closes #18liabru2014-08-181-0/+9
|/
* Fix usage of data-mh attributeStefano Zoffoli2014-08-061-2/+2
* fixed support for inline-blockliabru2014-08-031-9/+15
* added support for hidden elements, closes #12liabru2014-06-281-0/+7
* fixed IE8 border reset issue, closes #10liabru2014-06-121-4/+4
* release 0.5.20.5.2liabru2014-06-101-1/+1
* added updated throttlingliabru2014-05-201-5/+15
* added matchHeight('remove')liabru2014-05-021-0/+18
* removed forced `display:block` after applicationliabru2014-05-021-0/+3
* increment versionliabru2014-04-151-2/+1
* fixed IE8 window resize event loop bugliabru2014-04-151-1/+14
* fixed IE8 NaN bug when parsing 'auto' propertiesliabru2014-04-151-4/+9
* Making the library compatible with old jQuery versions < 1.7Corbacho2014-04-021-2/+3
* initial commitliabru2014-03-021-0/+178