{"id":19388949,"url":"https://github.com/james2doyle/jquery.doodal.js","last_synced_at":"2026-04-15T11:35:18.183Z","repository":{"id":10521264,"uuid":"12711107","full_name":"james2doyle/jquery.doodal.js","owner":"james2doyle","description":"a very simplistic modal plugin for jQuery. Has custom events, allows stacking, and is powered by CSS transitions.","archived":false,"fork":false,"pushed_at":"2013-09-18T16:35:34.000Z","size":436,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T20:03:20.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://james2doyle.github.io/jquery.doodal.js/","language":"CSS","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/james2doyle.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":"2013-09-09T19:53:48.000Z","updated_at":"2013-12-22T19:43:15.000Z","dependencies_parsed_at":"2022-09-02T15:01:39.939Z","dependency_job_id":null,"html_url":"https://github.com/james2doyle/jquery.doodal.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/james2doyle/jquery.doodal.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fjquery.doodal.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fjquery.doodal.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fjquery.doodal.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fjquery.doodal.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james2doyle","download_url":"https://codeload.github.com/james2doyle/jquery.doodal.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james2doyle%2Fjquery.doodal.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31839731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-10T10:14:10.574Z","updated_at":"2026-04-15T11:35:18.164Z","avatar_url":"https://github.com/james2doyle.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery.doodal.js\n================\n\n\u003e jQuery.doodal.js is a very simplistic modal plugin for jQuery. It has custom events, allows stacking, and is powered by CSS transitions\n\n[See the demo](http://james2doyle.github.io/jquery.doodal.js/)\n\n### Usage\n\nInstatiate a new doodal.\n\n```javascript\n$('.doodal').doodal({\n  closeclass: '.doodal-close',\n  trueclass: '.doodal-true',\n  falseclass: '.doodal-false',\n  showclass: 'showing',\n  escape: true // bind escape key to close\n});\n```\n\nThose are all the default options so in this specific example I am not actually overwriting anything.\n\nNow trigger an `open` to see it:\n\n```javascript\n$('#doodal1').trigger('open');\n```\n\n\n### Custom Events\n* *open*: - when the modal starts to open\n* *afteropen*: - after the animation is over and it is open\n* *ontrue*: - for confirms yes button\n* *onfalse*: - for confirms no button\n* *close*: - when the close is clicked\n* *afterclose*: - after the animation is over and it is hidden","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Fjquery.doodal.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames2doyle%2Fjquery.doodal.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames2doyle%2Fjquery.doodal.js/lists"}