{"id":25119063,"url":"https://github.com/ax5ui/ax5ui-dialog","last_synced_at":"2025-04-22T19:07:26.152Z","repository":{"id":57188536,"uuid":"47109219","full_name":"ax5ui/ax5ui-dialog","owner":"ax5ui","description":"Javascript UI Component - Dialog - JavaScript Dialog / Bootstrap Dialog","archived":false,"fork":false,"pushed_at":"2019-04-10T03:53:46.000Z","size":1209,"stargazers_count":29,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T19:07:20.093Z","etag":null,"topics":["alert","bootstrap","confirm","javascript-ui-dialog","jquery","prompt"],"latest_commit_sha":null,"homepage":"http://ax5.io/ax5ui-dialog","language":"JavaScript","has_issues":true,"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/ax5ui.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-11-30T09:44:38.000Z","updated_at":"2021-02-21T13:32:50.000Z","dependencies_parsed_at":"2022-08-30T16:10:46.722Z","dependency_job_id":null,"html_url":"https://github.com/ax5ui/ax5ui-dialog","commit_stats":null,"previous_names":["ax5ui/bootstrap-ax5dialog"],"tags_count":270,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ax5ui","download_url":"https://codeload.github.com/ax5ui/ax5ui-dialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306639,"owners_count":21408926,"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":["alert","bootstrap","confirm","javascript-ui-dialog","jquery","prompt"],"created_at":"2025-02-08T04:32:46.171Z","updated_at":"2025-04-22T19:07:26.126Z","avatar_url":"https://github.com/ax5ui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ax5ui-travis-passing](https://travis-ci.org/ax5ui/ax5ui-dialog.svg?branch=master)\n[![npm version](https://badge.fury.io/js/ax5ui-dialog.svg)](https://badge.fury.io/js/ax5ui-dialog)\n[![](https://img.shields.io/npm/dm/ax5ui-dialog.svg)](https://www.npmjs.com/package/ax5ui-dialog)\n\n# ax5ui-dialog\n\"dialog\" displays information on a popup window and also enables users to enter input values.\n\n\u003e *Dependencies*\n\u003e * _[jQuery 1.X+](http://jquery.com/)_\n\u003e * _[ax5core](http://ax5.io/ax5core)_\n\u003e * _[bootstrap](http://getbootstrap.com/)_\n\n\n### Install with bower\n```sh\nbower install ax5ui-dialog\n```\n[bower](http://bower.io/#install-bower) is web front-end package manager.\nWhen you install `bower`, it will be installed under the `bower_components` folder to resolve the plug-in dependencies.  \n(You can change the folder location. [.bowerrc](http://bower.io/docs/config/#bowerrc-specification) )\n\nIt is recommended that you install by using `bower`. \nIf you've never used bower, please refer to [http://bower.io/#install-bower](http://bower.io/#install-bower).\n\n### Install with npm\nIf you do not use bower, it also can be installed by using npm as an alternative.\nIn case of npm, which is the package manager for the front end, you need to solve the problem of plug-in dependencies.\n\n```sh\nnpm install jquery\nnpm install ax5core\nnpm install ax5ui-dialog\n```\n\nAfter downloading the install file of npm, you will need to copy it to the location where you want to use as a resource for the project.\nIf the copy process is inconvenient, it also can be done easily by using `gulp` or `grunt`.\n\n### Download code\n- [ax5core Github releases](https://github.com/ax5ui/ax5core/releases)\n- [ax5ui-dialog Github releases](https://github.com/ax5ui/ax5ui-dialog/releases)\n\n\n### Insert \"ax5dialog\" in HTML HEAD.\nFolder location can be any for your project. However, please be sure to assign the right path in the project.\n\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.rawgit.com/ax5ui/ax5ui-dialog/master/dist/ax5dialog.css\" /\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5core/master/dist/ax5core.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5ui-dialog/master/dist/ax5dialog.min.js\"\u003e\u003c/script\u003e\n```\n\n**CDN urls**\nThis is a list of CDN urls for ax5ui-dialog. ax5ui offers the CDN services through rawgit.\n```\nhttps://cdn.rawgit.com/ax5ui/ax5ui-dialog/master/dist/ax5dialog.css\nhttps://cdn.rawgit.com/ax5ui/ax5ui-dialog/master/dist/ax5dialog.js\nhttps://cdn.rawgit.com/ax5ui/ax5ui-dialog/master/dist/ax5dialog.min.js\n```\n\n\n### Basic Usage\n```js\nvar myDialog = new ax5.ui.dialog({\n    title: '\u003ci class=\"axi axi-ion-alert\"\u003e\u003c/i\u003e Default alert',\n    onStateChanged: function(){\n    \n    }\n});\n\n$('#btn').click(function () {\n    myDialog.alert({\n        msg: 'Alert message'\n    }, function () {\n        console.log(this);\n    });\n});\n```\n\n* * *\n\n### Preview\n- [See Demonstration](http://ax5.io/ax5ui-dialog/demo/index.html)\n\nIf you have any questions, please refer to the following [gitHub](https://github.com/ax5ui/ax5ui-kernel)\n\n## Question\n- https://jsdev.kr/c/axisj/ax5ui\n- https://github.com/ax5ui/ax5ui-kernel/issues\n\n[![axisj-contributed](https://img.shields.io/badge/AXISJ.com-Contributed-green.svg)](https://github.com/axisj)\n![](https://img.shields.io/badge/Seowoo-Mondo\u0026Thomas-red.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fax5ui%2Fax5ui-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-dialog/lists"}