{"id":18522379,"url":"https://github.com/sdelements/jquery-confirm-action","last_synced_at":"2025-09-02T23:36:03.013Z","repository":{"id":36253465,"uuid":"40557874","full_name":"sdelements/jquery-confirm-action","owner":"sdelements","description":"Click confirmation for the masses \u003c3","archived":false,"fork":false,"pushed_at":"2020-09-25T18:34:02.000Z","size":71,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T14:47:01.760Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdelements.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-08-11T18:18:58.000Z","updated_at":"2020-09-25T18:34:04.000Z","dependencies_parsed_at":"2022-08-17T22:35:11.834Z","dependency_job_id":null,"html_url":"https://github.com/sdelements/jquery-confirm-action","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdelements%2Fjquery-confirm-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdelements%2Fjquery-confirm-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdelements%2Fjquery-confirm-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdelements%2Fjquery-confirm-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdelements","download_url":"https://codeload.github.com/sdelements/jquery-confirm-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020593,"owners_count":21034459,"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-06T17:30:22.954Z","updated_at":"2025-04-09T10:33:34.878Z","avatar_url":"https://github.com/sdelements.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery Confirm Action\n\n![screenshot](screenshot.png)\n\n## Getting Started\n\n```html\n\u003cscript type=\"text/javascript\" src=\"./jquery.confirm-action.js\"\u003e\u003c/script\u003e\n```\n\n```javascript\n$('.my-button').confirmAction({\n    title: {\n        text: 'Whoa!'\n    },\n    message: {\n        text: 'You are about to do a bad thing, are you sure?'\n    }\n});\n```\n\n## Advanced Usage\n\n```javascript\n$('.my-button').confirmAction({\n    title: {\n        html: [\n            '\u003ci class=\"fa fa-warning\"\u003e\u003c/i\u003e\u003cbr /\u003e',\n            'Stop right there!'\n        ],\n        style: 'danger'\n    },\n    message: {\n        html: 'You are about \u003cstrong\u003edelete the internet\u003c/strong\u003e, are you sure?'\n    },\n    actions: {\n        confirm: {\n            text: 'Go Ahead',\n            callback: function(confirm, cancel) {\n                confirm();\n            }\n        }\n    }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdelements%2Fjquery-confirm-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdelements%2Fjquery-confirm-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdelements%2Fjquery-confirm-action/lists"}