Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add info and change name for npm publishingorigin/develop | Matt Banks | 2015-12-03 | 1 | -2/+19 |
| | |||||
* | version bump | Matt Banks | 2015-12-02 | 1 | -3/+7 |
| | |||||
* | version bump, copyright year bump | Matt Banks | 2015-12-02 | 1 | -2/+2 |
| | |||||
* | bump packages | Matt Banks | 2015-12-02 | 1 | -5/+5 |
| | |||||
* | version bump, add changelog | Matt Banks | 2015-12-02 | 1 | -2/+7 |
| | |||||
* | Merge pull request #15 from osartun/master | Matt Banks | 2015-12-02 | 6 | -26/+129 |
|\ | | | | | Adding `watch` option among other things | ||||
| * | Fallback width for older browsers | Oliver Sartun | 2015-12-01 | 1 | -1/+1 |
| | | |||||
| * | Adding to the list of contributors | Oliver Sartun | 2015-12-01 | 1 | -0/+1 |
| | | |||||
| * | Improving minifaction process | Oliver Sartun | 2015-12-01 | 2 | -5/+6 |
| | | |||||
| * | Changing irritating phrasing | Oliver Sartun | 2015-12-01 | 1 | -1/+1 |
| | | |||||
| * | Adding unwatch documentation + other changes | Oliver Sartun | 2015-12-01 | 1 | -3/+9 |
| | | |||||
| * | Improving and testing watch / unwatch option | Oliver Sartun | 2015-12-01 | 3 | -26/+81 |
| | | |||||
| * | Return this when option is wait or unwatch | Oliver Sartun | 2015-11-13 | 1 | -0/+2 |
| | | |||||
| * | Corrected typo | Oliver Sartun | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | Create unwatch option + improving data-options | Oliver Sartun | 2015-11-13 | 1 | -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 Readme | Oliver Sartun | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | Document options by data-attributes in Readme | Oliver Sartun | 2015-11-12 | 1 | -0/+1 |
| | | |||||
| * | Version bump bower.json | Oliver Sartun | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | Version bump package.json | Oliver Sartun | 2015-11-12 | 1 | -1/+1 |
| | | |||||
| * | Testing & Refactoring + data-options | Oliver Sartun | 2015-11-12 | 1 | -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 ready | Oliver Sartun | 2015-11-12 | 1 | -4/+6 |
| | | |||||
| * | Updated and corrected Readme | Oliver Sartun | 2015-11-11 | 1 | -4/+4 |
| | | |||||
| * | Add section about options to Readme | Oliver Sartun | 2015-11-11 | 1 | -2/+14 |
| | | |||||
| * | Add "watch" option | Oliver Sartun | 2015-11-11 | 1 | -1/+12 |
|/ | | | With `option.watch` being `true` equalHeights is reexecuted when the window resizes | ||||
* | Merge pull request #13 from DavidMoritz/patch-1 | Matt Banks | 2015-07-17 | 1 | -8/+20 |
|\ | | | | | Add option "wait" | ||||
| * | minor adjustment | DavidMoritz | 2015-02-05 | 1 | -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.js | DavidMoritz | 2015-02-05 | 1 | -3/+3 |
| | | |||||
| * | Add option "wait" | DavidMoritz | 2015-02-05 | 1 | -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 changelogHEADmaster | Matt Banks | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | v1.5.2 version bumpv1.5.2origin/masterorigin/HEAD | Matt Banks | 2013-09-17 | 3 | -3/+7 |
| | |||||
* | fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6 | Matt Banks | 2013-09-17 | 2 | -2/+2 |
| | |||||
* | fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6v1.5.1 | Matt Banks | 2013-09-17 | 3 | -5/+9 |
| | |||||
* | v1.5.0v1.5.0 | Matt Banks | 2013-09-05 | 1 | -2/+8 |
| | |||||
* | update to v1.5.0, add main file for bower | Matt Banks | 2013-09-05 | 1 | -2/+5 |
| | |||||
* | update example for new auto-initialize data attribute | Matt Banks | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | change auto-initialize to use data-equal, props pafnuty | Matt Banks | 2013-09-05 | 2 | -7/+7 |
| | |||||
* | add Grunt for linting and minification | Matt Banks | 2013-09-05 | 4 | -0/+85 |
| | |||||
* | Merge pull request #5 from pafnuty/patch-1 | Matt Banks | 2013-09-05 | 1 | -2/+2 |
|\ | | | | | simple auto-initialize plugin with data-* attr | ||||
| * | simple auto-initialize plugin | Pavel Belousov | 2013-09-05 | 1 | -2/+2 |
|/ | |||||
* | bump to 1.4.2, credit Korri, re-uglify minified version | Matt Banks | 2013-08-09 | 4 | -5/+10 |
| | |||||
* | Merge pull request #4 from conception-focus/master | Matt Banks | 2013-08-09 | 2 | -6/+8 |
|\ | | | | | Updated version number and better way to handle auto-initialization | ||||
| * | Updated minified version | Korri | 2013-08-09 | 1 | -1/+1 |
| | | |||||
| * | Allow multiple data-heights on the same page | Korri | 2013-08-09 | 1 | -3/+5 |
| | | |||||
| * | Updated version number | Korri | 2013-08-09 | 1 | -1/+1 |
| | | |||||
| * | Updated version number | Korri | 2013-08-09 | 1 | -1/+1 |
| | | |||||
* | | bump version 1.4.1 with dependencies for bowerv1.4.1 | Matt Banks | 2013-08-09 | 2 | -2/+6 |
| | | |||||
* | | add jquery as dependency | Matt Banks | 2013-08-09 | 1 | -0/+3 |
| | | |||||
* | | add bower supportv1.4.0 | Matt Banks | 2013-08-09 | 2 | -2/+11 |
|/ | |||||
* | tweak for v1.4 | Matt Banks | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | update for v1.4v1.4 | Matt Banks | 2013-08-05 | 1 | -2/+18 |
| | |||||
* | update spacing | Matt Banks | 2013-08-05 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3 from betweenbrain/develop | Matt Banks | 2013-08-05 | 3 | -10/+27 |
|\ | | | | | Add support for initializing the plugin with data attributes | ||||
| * | Minify modified file | Matt Thomas | 2013-05-15 | 1 | -1/+1 |
| | | |||||
| * | Add support for initializing the plugin with data attributes ↵ | Matt Thomas | 2013-05-14 | 2 | -9/+26 |
|/ | | | | data-heights="equal" and targets data-targets="div" | ||||
* | properly return jQuery object for chainingv1.3 | Matt Banks | 2013-03-13 | 4 | -6/+10 |
| | |||||
* | calculate height with innerHeight to include paddingv1.2 | Matt Banks | 2013-03-07 | 3 | -12/+18 |
| | |||||
* | added change log, contributors, and updated usage | Matt Banks | 2012-05-05 | 1 | -3/+22 |
| | |||||
* | updated code to properly validate | Matt Banks | 2012-05-05 | 1 | -3/+7 |
| | |||||
* | cleaned up plugin function call | Matt Banks | 2012-05-05 | 2 | -8/+9 |
| | |||||
* | clean up code | Matt Banks | 2012-04-19 | 2 | -12/+16 |
| | |||||
* | updated browser compatibility | Matt Banks | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | initial commit | Matt Banks | 2012-04-18 | 5 | -0/+110 |