summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add info and change name for npm publishingorigin/developMatt Banks2015-12-031-2/+19
|
* version bumpMatt Banks2015-12-021-3/+7
|
* version bump, copyright year bumpMatt Banks2015-12-021-2/+2
|
* bump packagesMatt Banks2015-12-021-5/+5
|
* version bump, add changelogMatt Banks2015-12-021-2/+7
|
* Merge pull request #15 from osartun/masterMatt Banks2015-12-026-26/+129
|\ | | | | Adding `watch` option among other things
| * Fallback width for older browsersOliver Sartun2015-12-011-1/+1
| |
| * Adding to the list of contributorsOliver Sartun2015-12-011-0/+1
| |
| * Improving minifaction processOliver Sartun2015-12-012-5/+6
| |
| * Changing irritating phrasingOliver Sartun2015-12-011-1/+1
| |
| * Adding unwatch documentation + other changesOliver Sartun2015-12-011-3/+9
| |
| * Improving and testing watch / unwatch optionOliver Sartun2015-12-013-26/+81
| |
| * Return this when option is wait or unwatchOliver Sartun2015-11-131-0/+2
| |
| * Corrected typoOliver Sartun2015-11-131-1/+1
| |
| * Create unwatch option + improving data-optionsOliver Sartun2015-11-131-7/+15
| | | | | | | | + When `equalHeights` is called with {unwatch: true}, the elements are stopped being watched + All data-attributes are now passed in as options, so that new options don't need to be specified separately any more
| * Clarifying wait doc in ReadmeOliver Sartun2015-11-121-1/+1
| |
| * Document options by data-attributes in ReadmeOliver Sartun2015-11-121-0/+1
| |
| * Version bump bower.jsonOliver Sartun2015-11-121-1/+1
| |
| * Version bump package.jsonOliver Sartun2015-11-121-1/+1
| |
| * Testing & Refactoring + data-optionsOliver Sartun2015-11-121-9/+13
| | | | | | | | | | + Tested the `watch` option function and refactored accordingly + Put the Auto initialization in document ready + Supporting options with data attributes
| * Execute auto initialization on document readyOliver Sartun2015-11-121-4/+6
| |
| * Updated and corrected ReadmeOliver Sartun2015-11-111-4/+4
| |
| * Add section about options to ReadmeOliver Sartun2015-11-111-2/+14
| |
| * Add "watch" optionOliver Sartun2015-11-111-1/+12
|/ | | With `option.watch` being `true` equalHeights is reexecuted when the window resizes
* Merge pull request #13 from DavidMoritz/patch-1Matt Banks2015-07-171-8/+20
|\ | | | | Add option "wait"
| * minor adjustmentDavidMoritz2015-02-051-7/+7
| | | | | | Also, checking the height to be greater than "0" and the interval at "100" are arbitrary. These might be better as other options. Then the options could looks something like `{wait:true, minHeight: 100, interval: 75}`
| * Update jquery.equalheights.jsDavidMoritz2015-02-051-3/+3
| |
| * Add option "wait"DavidMoritz2015-02-051-6/+18
|/ | | | This would be implemented by someone running `$(".equal-heights").equalHeights({ wait: true });` Basically, it keeps running equalHeights until the maxHeight is greater than 0. It's really annoying when equalHeights is implemented at a time before the content has loaded and it sets the elements to be a height of 0px. This prevents this only when specifically requested by the user. Also, this opens the door to have other potential options in the future.
* fix type on changelogHEADmasterMatt Banks2013-09-191-1/+1
|
* v1.5.2 version bumpv1.5.2origin/masterorigin/HEADMatt Banks2013-09-173-3/+7
|
* fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6Matt Banks2013-09-172-2/+2
|
* fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6v1.5.1Matt Banks2013-09-173-5/+9
|
* v1.5.0v1.5.0Matt Banks2013-09-051-2/+8
|
* update to v1.5.0, add main file for bowerMatt Banks2013-09-051-2/+5
|
* update example for new auto-initialize data attributeMatt Banks2013-09-051-2/+2
|
* change auto-initialize to use data-equal, props pafnutyMatt Banks2013-09-052-7/+7
|
* add Grunt for linting and minificationMatt Banks2013-09-054-0/+85
|
* Merge pull request #5 from pafnuty/patch-1Matt Banks2013-09-051-2/+2
|\ | | | | simple auto-initialize plugin with data-* attr
| * simple auto-initialize pluginPavel Belousov2013-09-051-2/+2
|/
* bump to 1.4.2, credit Korri, re-uglify minified versionMatt Banks2013-08-094-5/+10
|
* Merge pull request #4 from conception-focus/masterMatt Banks2013-08-092-6/+8
|\ | | | | Updated version number and better way to handle auto-initialization
| * Updated minified versionKorri2013-08-091-1/+1
| |
| * Allow multiple data-heights on the same pageKorri2013-08-091-3/+5
| |
| * Updated version numberKorri2013-08-091-1/+1
| |
| * Updated version numberKorri2013-08-091-1/+1
| |
* | bump version 1.4.1 with dependencies for bowerv1.4.1Matt Banks2013-08-092-2/+6
| |
* | add jquery as dependencyMatt Banks2013-08-091-0/+3
| |
* | add bower supportv1.4.0Matt Banks2013-08-092-2/+11
|/
* tweak for v1.4Matt Banks2013-08-051-1/+1
|
* update for v1.4v1.4Matt Banks2013-08-051-2/+18
|
* update spacingMatt Banks2013-08-051-1/+2
|
* Merge pull request #3 from betweenbrain/developMatt Banks2013-08-053-10/+27
|\ | | | | Add support for initializing the plugin with data attributes
| * Minify modified fileMatt Thomas2013-05-151-1/+1
| |
| * Add support for initializing the plugin with data attributes ↵Matt Thomas2013-05-142-9/+26
|/ | | | data-heights="equal" and targets data-targets="div"
* properly return jQuery object for chainingv1.3Matt Banks2013-03-134-6/+10
|
* calculate height with innerHeight to include paddingv1.2Matt Banks2013-03-073-12/+18
|
* added change log, contributors, and updated usageMatt Banks2012-05-051-3/+22
|
* updated code to properly validateMatt Banks2012-05-051-3/+7
|
* cleaned up plugin function callMatt Banks2012-05-052-8/+9
|
* clean up codeMatt Banks2012-04-192-12/+16
|
* updated browser compatibilityMatt Banks2012-04-181-1/+1
|
* initial commitMatt Banks2012-04-185-0/+110