{"id":22706807,"url":"https://github.com/bigbinary/iconfirm-deprecated-2025-06-30","last_synced_at":"2026-01-30T18:05:32.172Z","repository":{"id":66807147,"uuid":"1009546","full_name":"bigbinary/iconfirm","owner":"bigbinary","description":"an inline confirmation plugin based on jQuery","archived":false,"fork":false,"pushed_at":"2011-09-19T00:56:36.000Z","size":797,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:12:46.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://neerajdotname.github.com/iconfirm/","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/bigbinary.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":"2010-10-20T16:10:34.000Z","updated_at":"2020-08-02T10:05:48.000Z","dependencies_parsed_at":"2023-02-20T11:50:30.270Z","dependency_job_id":null,"html_url":"https://github.com/bigbinary/iconfirm","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/bigbinary%2Ficonfirm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Ficonfirm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Ficonfirm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Ficonfirm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbinary","download_url":"https://codeload.github.com/bigbinary/iconfirm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710448,"owners_count":21149191,"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-12-10T10:09:46.161Z","updated_at":"2026-01-30T18:05:32.116Z","avatar_url":"https://github.com/bigbinary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#iconfirm is an inline confirmation plugin based on jQuery#\n\n### Demo\n\n[http://neerajdotname.github.com/iconfirm](http://neerajdotname.github.com/iconfirm)\n\n### Usage \n\n    // using default options\n    $(\"a.delete\").iconfirm();\n\n\n     // using some custom options\n     $(\"a.delete\").iconfirm({\n       okLabel: \"Continue\",\n       cancelLabel: \"Do not proceed\",\n       initCallback: function(elem) {\n         elem.parent().fadeIn();\n       }\n     });\n\n### Configuration Options\n\n    msg             string    \"Are you sure? \"\n    okLabel         string    Label for proceed message (default: \"Continue\").\n    cancelLabel     string    Label for cancel message (default: \"Cancel\").\n    separator       string    Separator between the okLabel and cancelLabel (default: \" | \").\n    timeout         integer   seconds before the confirmation dialogue closes automatically, 0 to \n                              disable this feature (default: 0).\n    initCallback    function  function that will be invoked when user clicks on the original link.\n    cleanupCallback function  function that will be invoked when user clicks on 'cancel' or the whole \n                              operation times out.\n    yesCallback     function  function that will be invoked when user clicks on 'continue'.\n\n### CSS\n\nTo display the inline confirmation message, a \u003ctt\u003espan\u003c/tt\u003e html tag is created with class \u003ctt\u003eiconfirm\u003c/tt\u003e. Use this class to properly decorate the confirmation message using css.\n\n### jQuery version\n\nI have tested this plugin with jQuery 1.4.2 and 1.4.3 .\n\n### License\n\nMIT\n\n### Copyright\n\nNeeraj Singh ( neeraj@BigBinary.com )\n\n### TODO\n\n* write test\n* explain why return false is being used\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbinary%2Ficonfirm-deprecated-2025-06-30","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbinary%2Ficonfirm-deprecated-2025-06-30","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbinary%2Ficonfirm-deprecated-2025-06-30/lists"}