{"id":19970246,"url":"https://github.com/webdeveric/lightbox","last_synced_at":"2026-05-14T02:36:26.262Z","repository":{"id":22758675,"uuid":"26104257","full_name":"webdeveric/lightbox","owner":"webdeveric","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-24T04:18:56.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T18:15:40.087Z","etag":null,"topics":[],"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/webdeveric.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":"2014-11-03T04:49:54.000Z","updated_at":"2014-11-24T04:18:56.000Z","dependencies_parsed_at":"2022-08-21T11:00:44.936Z","dependency_job_id":null,"html_url":"https://github.com/webdeveric/lightbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdeveric/lightbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Flightbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Flightbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Flightbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Flightbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/lightbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Flightbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33008331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-13T02:53:38.914Z","updated_at":"2026-05-14T02:36:26.247Z","avatar_url":"https://github.com/webdeveric.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lightbox\n\nThis is a jQuery plugin that provides a simple lightbox.\n\n## Example Usage\n\n```javascript\n$('.button').lightbox({\n    // parameters go here\n}).on(\"lightbox-closed\", function() {\n    // console.log(\"You just closed the lightbox.\");\n});\n```\n\n## Default parameters\n\n```javascript\n{\n    container: \".lightbox\",\n    content: \".lightbox-content\",\n    isOpenClass: \"open\",\n    activeClass: \"active\",\n    closeOnClick: \".lightbox-overlay, .lightbox-close, .lightbox-frame\",\n    closeOnESC: true,\n    descendantSelector: null,\n    processAjaxResponse: function(data, textStatus, jqXHR) {\n\n        var ct = jqXHR.getResponseHeader(\"content-type\") || \"\";\n\n        if (ct.indexOf(\"json\") \u003e -1) {\n            return data.content;\n        }\n\n        return data;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Flightbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Flightbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Flightbox/lists"}