MCPcopy Index your code
hub / github.com/ded/domready

github.com/ded/domready @v1.0.8

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.8 ↗ · + Follow
0 symbols 0 edges 5 files 0 documented · 0% 2 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

domReady

It's easy. Works like this:

domready(function () {
  // dom is loaded!
})

Deprecation Notice

Compatibility with IE6, IE7, and IE8 has been fully dropped. If your application requires this level of support, please use the 0.3.0 release.


Browser support

  • IE9+
  • Firefox 4+
  • Safari 3+
  • Chrome *
  • Opera *

Building

npm install
make
open tests/test.html

Including with Ender

Don't already have Ender? Install it like this:

npm install ender -g

Include domready in your package:

ender add domready

Then use it like this

require('domready')(function () {
  $('body').html('

boosh

')
})

// or

$(document).ready(function () {
  $('body').html('

boosh

')
})

Core symbols most depended-on inside this repo

Shape

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add domready \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact