domready

WebJar for domready

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

domready
Последняя версия

Последняя версия

1.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

domready
WebJar for domready
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/ded/domready

Скачать domready

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/domready/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>domready</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/domready/
implementation 'org.webjars.npm:domready:1.0.8'
// https://jarcasting.com/artifacts/org.webjars.npm/domready/
implementation ("org.webjars.npm:domready:1.0.8")
'org.webjars.npm:domready:jar:1.0.8'
<dependency org="org.webjars.npm" name="domready" rev="1.0.8">
  <artifact name="domready" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='domready', version='1.0.8')
)
libraryDependencies += "org.webjars.npm" % "domready" % "1.0.8"
[org.webjars.npm/domready "1.0.8"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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('<p>boosh</p>')
})

// or

$(document).ready(function () {
  $('body').html('<p>boosh</p>')
})

Версии библиотеки

Версия
1.0.8