{"id":26246342,"url":"https://github.com/jpkcom/jcolumn","last_synced_at":"2026-03-17T17:05:13.351Z","repository":{"id":146613119,"uuid":"44231377","full_name":"JPKCom/jcolumn","owner":"JPKCom","description":"A jQuery plugin to make selected html elements the same height.","archived":false,"fork":false,"pushed_at":"2015-09-12T07:07:50.000Z","size":224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T04:24:04.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://oliver-j.github.io/jcolumn/","language":"HTML","has_issues":false,"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/JPKCom.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":null,"support":null}},"created_at":"2015-10-14T07:29:24.000Z","updated_at":"2018-02-16T22:12:56.000Z","dependencies_parsed_at":"2023-04-07T12:14:55.941Z","dependency_job_id":null,"html_url":"https://github.com/JPKCom/jcolumn","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/JPKCom/jcolumn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPKCom%2Fjcolumn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPKCom%2Fjcolumn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPKCom%2Fjcolumn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPKCom%2Fjcolumn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JPKCom","download_url":"https://codeload.github.com/JPKCom/jcolumn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPKCom%2Fjcolumn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30627705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-13T13:18:13.058Z","updated_at":"2026-03-17T17:05:13.326Z","avatar_url":"https://github.com/JPKCom.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jcolumn\nA jQuery plugin to make selected html elements the same height.\nSize: 0.508 kB \n\n### Without jcolumn\n\n![without jcolumn screenshot](http://oliverj.net/img/jqueryplugins/without-jcolumn.png)\n\n### With jcolumn\n![with jcolumn screenshot](http://oliverj.net/img/jqueryplugins/with-jcolumn.png)\n\n## Install\n\n### Bower\n```html\nbower install jcolumn\n```\n\n### npm\n```html\nnpm install jcolumn\n```\n\n### The oldschool way\nReference the JavaScript file manually directly after [jQuery](http://jquery.com):\n\n```html\n\u003cscript src=\"jcolumn.min.js\" type=\"text/javascript\" charset=\"utf-8\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nJust invoke jcolumn on a class of elements.\n\n```javascript\n$('.col').jcolumn();\n```\n\n## Options\n\noption   | default  | type      | Description\n-------- | -------- | --------  | --------\ndelay    | 500      | number    | The delayed time after the resize happens\nmaxWidth | 767      | number    | Every document width smaller than maxWidth will not use jcolumn\nresize   | true     | boolean   | Disable resize event with false\ncallback | null     | function  | A callaback function which gets triggered after resize\n\n\n```javascript\n$('.col').jcolumn({\n    delay: 500,\n    maxWidth: 767,\n    callback: function (height) {\n        console.log('New max height is: ' + height);\n    }\n});\n```\n\n### Author\n\nOliver Jessner [@oliverj_net](https://twitter.com/oliverj_net), [Website](http://oliverj.net) \n\nCopyright © 2015\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpkcom%2Fjcolumn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpkcom%2Fjcolumn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpkcom%2Fjcolumn/lists"}