{"id":19715425,"url":"https://github.com/meersoftware/dialogboxjs","last_synced_at":"2026-05-12T08:33:30.392Z","repository":{"id":253168080,"uuid":"441461774","full_name":"MeerSoftware/dialogboxjs","owner":"MeerSoftware","description":"Dialog Box plugin for jQuery","archived":false,"fork":false,"pushed_at":"2021-12-26T01:49:50.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-10T15:17:22.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/MeerSoftware.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-24T12:34:30.000Z","updated_at":"2021-12-30T10:08:46.000Z","dependencies_parsed_at":"2024-08-14T23:08:25.690Z","dependency_job_id":null,"html_url":"https://github.com/MeerSoftware/dialogboxjs","commit_stats":null,"previous_names":["meersoftware/dialogboxjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeerSoftware%2Fdialogboxjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeerSoftware%2Fdialogboxjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeerSoftware%2Fdialogboxjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeerSoftware%2Fdialogboxjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeerSoftware","download_url":"https://codeload.github.com/MeerSoftware/dialogboxjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241036162,"owners_count":19898120,"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":[],"created_at":"2024-11-11T22:38:23.321Z","updated_at":"2026-05-12T08:33:25.372Z","avatar_url":"https://github.com/MeerSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"THIS API NOT WRITTEN BY US!\n\n\u003ch1\u003eDialogbox API\u003c/h1\u003e\n\n\u003ca href=\"javascript:;\" id=\"default\"\u003edefault\u003c/a\u003e\n\u003cpre\u003e\n$('#default').on('click',function(){\n  var data = '\u0026lt;div style=\"padding:20px;\"\u0026gt;这是内容\u0026lt;br /\u0026gt;这是内容\u0026lt;br /\u0026gt;这是内容\u0026lt;/div\u0026gt;';\n  $.dialogbox({\n    type:'default',\n    title:'标题',\n    content:data,\n    closeCallback:function(){\n      $.dialogbox.prompt({\n        content:'关闭了对话框',\n        time:2000 \n      });\n    }\n  });\n});\n\u003c/pre\u003e\n\u003cbr /\u003e\n\u003ca href=\"javascript:;\" id=\"alert\"\u003ealert\u003c/a\u003e\n\u003cpre\u003e\n$('#alert').on('click',function(){\n  $.dialogbox({\n    type:'msg',\n    title:'提示',\n    icon:1,\n    content:'图片已上传成功！',\n    btn:['确定'],\n    call:[\n      function(){\n        $.dialogbox.close(); \n      }\n    ]\n  });\n});\n\u003c/pre\u003e\n\u003cbr /\u003e\n\u003ca href=\"javascript:;\" id=\"confirm\"\u003econfirm\u003c/a\u003e\n\u003cpre\u003e\n$('#confirm').on('click',function(){\n  $.dialogbox({\n    type:'msg',\n    title:'提示',\n    content:'您确定要删除图片吗？',\n    closeBtn:true,\n    btn:['确定','取消'],\n    call:[\n      function(){\n        $.dialogbox.close(); \n      },\n      function(){\n        $.dialogbox.close(); \n      }\n    ]\n  });\n});\n\u003c/pre\u003e\n\u003cbr /\u003e\n\u003ca href=\"javascript:;\" id=\"iframe\"\u003eiframe\u003c/a\u003e\n\u003cpre\u003e\n$('#iframe').on('click',function(){\n  $.dialogbox({\n    type:'iframe',\n    title:'百度',\n    content:'下面是百度首页',\n    url:'http://www.baidu.com',\n    width:900,\n    height:650\n  });\n});\n\u003c/pre\u003e\n\u003cbr /\u003e\n\u003ca href=\"javascript:;\" id=\"prompt\"\u003eprompt\u003c/a\u003e\n\u003cpre\u003e\n$('#prompt').on('click',function(){\n  $.dialogbox.prompt({\n    content:'提交成功',\n    time:2000 \n  });\n});\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeersoftware%2Fdialogboxjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeersoftware%2Fdialogboxjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeersoftware%2Fdialogboxjs/lists"}