{"id":13747029,"url":"https://github.com/ded/domready","last_synced_at":"2025-05-14T15:05:47.353Z","repository":{"id":57215042,"uuid":"1616057","full_name":"ded/domready","owner":"ded","description":"lets you know when the dom is ready","archived":false,"fork":false,"pushed_at":"2023-04-14T18:11:17.000Z","size":61,"stargazers_count":875,"open_issues_count":15,"forks_count":129,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-04-11T19:55:07.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ded.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2011-04-14T20:19:38.000Z","updated_at":"2025-02-24T11:59:18.000Z","dependencies_parsed_at":"2024-01-13T02:26:04.423Z","dependency_job_id":"a64e681b-0db0-4f47-b08a-3f8ed9afbc04","html_url":"https://github.com/ded/domready","commit_stats":{"total_commits":78,"total_committers":11,"mean_commits":7.090909090909091,"dds":0.2692307692307693,"last_synced_commit":"0deb5eb52a399022f7cd5b6b785db534cb247308"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fdomready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fdomready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fdomready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ded%2Fdomready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ded","download_url":"https://codeload.github.com/ded/domready/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254168918,"owners_count":22026207,"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-08-03T06:01:11.726Z","updated_at":"2025-05-14T15:05:47.334Z","avatar_url":"https://github.com/ded.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## domReady\n\nIt's easy. Works like this:\n\n``` js\ndomready(function () {\n  // dom is loaded!\n})\n```\n\n-------------------------\n## Deprecation Notice\n\nCompatibility with `IE6`, `IE7`, and `IE8` has been fully dropped. If your application requires this level of support, please use the [`0.3.0`](https://github.com/ded/domready/tree/v0.3.0) release.\n\n-------------------------\n\n\n### Browser support\n\n  * IE9+\n  * Firefox 4+\n  * Safari 3+\n  * Chrome *\n  * Opera *\n\n### Building\n\n``` sh\nnpm install\nmake\nopen tests/test.html\n```\n\n### Including with Ender\n\nDon't already have [Ender](http://enderjs.com)? Install it like this:\n\n``` sh\nnpm install ender -g\n```\n\nInclude domready in your package:\n\n``` sh\nender add domready\n```\n\nThen use it like this\n\n``` js\nrequire('domready')(function () {\n  $('body').html('\u003cp\u003eboosh\u003c/p\u003e')\n})\n\n// or\n\n$(document).ready(function () {\n  $('body').html('\u003cp\u003eboosh\u003c/p\u003e')\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fdomready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fded%2Fdomready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fded%2Fdomready/lists"}