{"id":17914219,"url":"https://github.com/knadh/jqdialog","last_synced_at":"2025-03-23T23:30:47.168Z","repository":{"id":1703447,"uuid":"2432297","full_name":"knadh/jqdialog","owner":"knadh","description":"A jQuery plugin with smooth and peristent dialog boxes meant as a replacement for alert(), confirm(), and prompt()\r\n","archived":false,"fork":false,"pushed_at":"2013-08-08T07:30:25.000Z","size":131,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T00:17:58.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kailashnadh.name/code/jqdialog/","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/knadh.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":"2011-09-21T19:44:57.000Z","updated_at":"2022-11-08T01:54:07.000Z","dependencies_parsed_at":"2022-09-07T17:41:30.380Z","dependency_job_id":null,"html_url":"https://github.com/knadh/jqdialog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fjqdialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fjqdialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fjqdialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knadh%2Fjqdialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knadh","download_url":"https://codeload.github.com/knadh/jqdialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245186440,"owners_count":20574551,"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-10-28T19:56:54.189Z","updated_at":"2025-03-23T23:30:46.867Z","avatar_url":"https://github.com/knadh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQdialog\njqDialog is a small (3.6 KB minified) dialog plugin that provides smooth, persistent, non-intrusive alternatives for alert(), confirm() and prompt(). There is also a notify() dialog that pops up and goes away in X seconds.\n\nKailash Nadh, September 2011\n\nDocumentation: http://kailashnadh.name/code/jqdialog\n\nLicense:\tGNU Public License, http://www.fsf.org/copyleft/gpl.html\n\n## Example\n\u003cpre\u003e\n// notify dialog\n$.jqDialog.notify(\"This dialog will disappear in 3 seconds\", 3);\n\n// alert dialog\n$.jqDialog.alert(\"This is a non intrusive alert\", function() {\t// callback function for 'OK' button\n\talert(\"This intrusive alert says you clicked OK\");\n});\n\n// prompt\n$.jqDialog.prompt(\"Please enter your name\",\t// message\n\t'Sam',\t// default value in the input\n\tfunction(data) { alert(\"Your name is \" + data); },\t\t// callback function for 'OK' button\n\tfunction() { alert(\"This intrusive alert says you clicked Cancel\"); }\t\t// callback function for 'Cancel' button\n);\n\n// confirm dialog\n$.jqDialog.confirm(\"Are you sure want to click either of these buttons?\",\n\tfunction() { alert(\"This intrusive alert says you clicked YES\"); },\t\t// callback function for 'YES' button\n\tfunction() { alert(\"This intrusive alert says you clicked NO\"); }\t\t// callback function for 'NO' button\n);\n\n// custom content\n$.jqDialog.content('No dialog controls, just custom content\u0026lt;br /\u0026gt;\u0026lt;input type=\"text\" name=\"test\" /\u0026gt;');\n\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknadh%2Fjqdialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknadh%2Fjqdialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknadh%2Fjqdialog/lists"}