# domReady **Repository Path**: tntxia/domReady ## Basic Information - **Project Name**: domReady - **Description**: 简单的ready前端处理 - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-11 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # domReady An AMD loader plugin for detecting DOM ready. Known to work in RequireJS, but should work in other AMD loaders that support the same loader plugin API. ## Docs See the [RequireJS API "Page Load Event Support/DOM Ready" section](http://requirejs.org/docs/api.html#pageload). ## Latest release The latest release will be available from the "latest" tag. ## License MIT ## Code of Conduct [jQuery Foundation Code of Conduct](https://jquery.org/conduct/). ## Where are the tests? They are in the [requirejs](https://github.com/requirejs/requirejs) and [r.js](https://github.com/requirejs/r.js) repos. ## History This plugin was in the [requirejs repo](https://github.com/requirejs/requirejs) up until the requirejs 2.0 release. ## Contributing domReady follows the [same contribution model as requirejs](http://requirejs.org/docs/contributing.html) and is considered a sub-project of requirejs.