{"id":24063340,"url":"https://github.com/status201/jquery-equalheights","last_synced_at":"2025-06-12T07:32:33.272Z","repository":{"id":47866445,"uuid":"44242358","full_name":"status201/jquery-equalheights","owner":"status201","description":"Equal heights jQuery Plugin","archived":false,"fork":false,"pushed_at":"2021-08-16T08:24:47.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T17:18:14.087Z","etag":null,"topics":["javascript","jquery","jquery-plugin","vertical-align"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/status201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2015-10-14T11:07:52.000Z","updated_at":"2022-06-23T11:36:38.000Z","dependencies_parsed_at":"2022-08-31T00:01:49.366Z","dependency_job_id":null,"html_url":"https://github.com/status201/jquery-equalheights","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/status201/jquery-equalheights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/status201%2Fjquery-equalheights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/status201%2Fjquery-equalheights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/status201%2Fjquery-equalheights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/status201%2Fjquery-equalheights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/status201","download_url":"https://codeload.github.com/status201/jquery-equalheights/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/status201%2Fjquery-equalheights/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259420464,"owners_count":22854585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","jquery","jquery-plugin","vertical-align"],"created_at":"2025-01-09T09:37:35.323Z","updated_at":"2025-06-12T07:32:33.229Z","avatar_url":"https://github.com/status201.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-equalheights\nEqual heights jQuery Plugin by Gijs Oliemans, Status201 [Web Development](http://status201.nl)\n\n## What does it do?\nLittle jQuery plugin to \"vertically align elements\" by stretching their height to match the tallest.\nOnly elements that live exactly at the same height in the document will be maximised to the same height.\nThis way 2 rows can vertically align nicely while having different heights.\n\n## Install\nDownload either the [production version](https://github.com/status201/jquery-equalheights/blob/master/jquery.equalheights.min.js) or the [development version](https://github.com/status201/jquery-equalheights/blob/master/jquery.equalheights.js) of jquery-equalheights.\n\nIn your web page:\n```html\n\u003c!-- include jQuery --\u003e\n\u003cscript src=\"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js\"\u003e\u003c/script\u003e\n\u003c!-- include jQuery Equal Heights --\u003e\n\u003cscript src=\"http://path/to/your/copy/of/jquery.equalheights.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n$( document ).ready(function() {\n    $('.elements-with-different-heights').equalHeights();\n});\n\u003c/script\u003e\n```\n\n## Bower\nTo install jquery-equalheights via Bower:\n```\nbower install jquery-equal-heights\n```\n\n## Options\n| Option        | Possible values | Default |\n| :------------ |:---------------:| -------:|\n| onLoad        | true / false    | true    |\n| onResize      | true / false    | true    |\n\n## Examples\n```javascript\n$( document ).ready(function() {\n\n    // make all list items with class category the same height\n    $('li.category').equalHeights();\n  \n    // make different elements the same height\n    $('p.intro, img.thumbnail').equalHeights();\n  \n    // only resize once now (not on window.resize and window.load) \n    $('.nav button').equalHeights({\n        onResize: false,\n        onLoad: false\n    });\n});\n```\n\n## More info\nMore info at: http://dev201.nl/equal-height-jquery-plugin/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatus201%2Fjquery-equalheights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatus201%2Fjquery-equalheights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatus201%2Fjquery-equalheights/lists"}