{"id":35106956,"url":"https://github.com/polygonplanet/jquery.tab.js","last_synced_at":"2026-04-27T19:33:56.225Z","repository":{"id":7675326,"uuid":"9037776","full_name":"polygonplanet/jquery.tab.js","owner":"polygonplanet","description":"jQuery tab plugin","archived":false,"fork":false,"pushed_at":"2018-04-01T03:28:57.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T13:23:59.609Z","etag":null,"topics":["jquery","jquery-plugin","tabs","ui"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polygonplanet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-26T18:51:52.000Z","updated_at":"2023-03-04T03:24:52.000Z","dependencies_parsed_at":"2022-07-21T14:19:48.002Z","dependency_job_id":null,"html_url":"https://github.com/polygonplanet/jquery.tab.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polygonplanet/jquery.tab.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonplanet%2Fjquery.tab.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonplanet%2Fjquery.tab.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonplanet%2Fjquery.tab.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonplanet%2Fjquery.tab.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polygonplanet","download_url":"https://codeload.github.com/polygonplanet/jquery.tab.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polygonplanet%2Fjquery.tab.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32352398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["jquery","jquery-plugin","tabs","ui"],"created_at":"2025-12-27T18:19:57.201Z","updated_at":"2026-04-27T19:33:56.220Z","avatar_url":"https://github.com/polygonplanet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery.tab.js\n==============\n\n* A tiny jQuery tab plugin.\n\n\nInstallation\n--------------\n\n```html\n\u003cscript src=\"jquery.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery.tab.js\"\u003e\u003c/script\u003e\n```\n\n\nExample\n--------------\n\n**HTML:**\n\n```html\n\u003cdiv id=\"tab\"\u003e\n    \u003cdiv\u003e\n        \u003cdiv id=\"button1\"\u003etab1\u003c/div\u003e\n        \u003cdiv id=\"button2\"\u003etab2\u003c/div\u003e\n        \u003cdiv id=\"button3\"\u003etab3\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv\u003e\n        \u003cdiv id=\"content1\"\u003econtent1\u003c/div\u003e\n        \u003cdiv id=\"content2\"\u003econtent2\u003c/div\u003e\n        \u003cdiv id=\"content3\"\u003econtent3\u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n**JavaScript:**\n\n```javascript\n$('#tab').tab({\n  triggers: ['#button1', '#button2', '#button3'],\n  contents: ['#content1', '#content2', '#content3'],\n  defaultIndex: 0,\n  activeClass: 'tab-active',\n  keyName: 'tab'\n});\n```\n\nDemo\n--------------\n\nSee Demo http://jsfiddle.net/polygonplanet/jZsmX/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolygonplanet%2Fjquery.tab.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolygonplanet%2Fjquery.tab.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolygonplanet%2Fjquery.tab.js/lists"}