English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
readyStateRead-only property describes the loading status of the document.
When the value of this property changes, it will bedocumentdocumentTriggered on the objectEvent.
document.readyState
var x = document.readyState;Test to see‹/›
All browsers fully support the readyState property:
Property | |||||
readyState | Yes | Yes | Yes | Yes | Yes |
Return value: | A string representing the current state of the document. The document's readyState can be one of the following:
|
---|---|
DOM Version: | DOM Level3 |