{"id":25565812,"url":"https://github.com/thomasdev-de/jquery-bs-confirm","last_synced_at":"2026-02-22T02:02:31.578Z","repository":{"id":194813975,"uuid":"691571011","full_name":"ThomasDev-de/jquery-bs-confirm","owner":"ThomasDev-de","description":"A small JQuery plugin that creates a confirmation dialog using the bootstrap modal.","archived":false,"fork":false,"pushed_at":"2024-06-23T16:05:13.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T00:40:23.693Z","etag":null,"topics":["bootstrap","confirm","dialog","jquery","lightweight","modal"],"latest_commit_sha":null,"homepage":"https://github.webcito.de/#jquery-bs-confirm","language":null,"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/ThomasDev-de.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":"2023-09-14T12:57:21.000Z","updated_at":"2024-01-11T08:47:04.000Z","dependencies_parsed_at":"2024-06-23T17:24:51.143Z","dependency_job_id":"5850c39a-5d62-474e-9c51-b1497300f44e","html_url":"https://github.com/ThomasDev-de/jquery-bs-confirm","commit_stats":null,"previous_names":["thomasdev-de/jquery-bs-confirm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasDev-de/jquery-bs-confirm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-bs-confirm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-bs-confirm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-bs-confirm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-bs-confirm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasDev-de","download_url":"https://codeload.github.com/ThomasDev-de/jquery-bs-confirm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-bs-confirm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"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":["bootstrap","confirm","dialog","jquery","lightweight","modal"],"created_at":"2025-02-20T22:15:07.311Z","updated_at":"2026-02-22T02:02:31.548Z","avatar_url":"https://github.com/ThomasDev-de.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-bs-confirm\n\nA small JQuery plugin that creates a confirmation dialog using the bootstrap modal.\n\n![](/demo/img/dialog.png)\n\n## options\n\n| property       | type         | description                                                                                                                                                                                                          | default                                        |\n|----------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| dialog         | string       | Additional classes that can be added to the modal-dialog element                                                                                                                                                     | `''`                                           |\n| showHeader     | bool         | Here you can specify whether the modal-header element should be displayed or not.                                                                                                                                    | `true`                                         |\n| title          | string\\|html | If the header is to be displayed, the header text can be specified here.                                                                                                                                             | `'Please confirm this action'`                 |\n| message        | string\\|html | This is where the modal body text is defined.                                                                                                                                                                        | `'Are they sure they want to do this action?'` |\n| animationClass | string       | Here the animation can be defined by the appear. For example, you can add classes from animate.css.                                                                                                                  | `'fade'`                                       |\n| confirmText    | string       | The text of the confirmation button                                                                                                                                                                                  | `'confirm'`                                    |\n| cancelText     | string       | The text of the cancel button                                                                                                                                                                                        | `'cancel'`                                     |\n| onConfirm      | function     | The function is triggered upon confirmation.                                                                                                                                                                         | `() =\u003e {}`                                     |\n| onCancel       | function     | The function is triggered when you cancel.                                                                                                                                                                           | `() =\u003e {}`                                     |\n| onComplete     | function     | The function is triggered in both cases and returns the parameter isConfirmed to know if confirmed or cancelled.                                                                                                     | `({bool} isConfirmed) =\u003e {}`                   |\n| onShow         | function     | This event fires immediately when the show instance method is called. If caused by a click, the clicked element is available as the relatedTarget property of the event.                                             | `() =\u003e {}`                                     |\n| onShown        | function     | This event is fired when the modal has been made visible to the user (will wait for CSS transitions to complete). If caused by a click, the clicked element is available as the relatedTarget property of the event. | `() =\u003e {}`                                     |\n| onHide         | function     | This event is fired immediately when the hide instance method has been called.                                                                                                                                       | `() =\u003e {}`                                     |\n| onHidden       | function     | This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).                                                                                              | `() =\u003e {}`                                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-bs-confirm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasdev-de%2Fjquery-bs-confirm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-bs-confirm/lists"}