readyState property
Retrieves the current state of the object.
Syntax
| JavaScript | |
|---|
Property values
Type: Variant
-
Object is not initialized with data.
-
Object is loading its data.
-
Object has finished loading its data.
-
User can interact with the object even though it is not fully loaded.
-
Object is completely initialized.
Remarks
The states through which an object passes are determined by that object; an object can skip certain states (for example, interactive) if those states do not apply to that object.
See also
- a
- abbr
- acronym
- address
- applet
- area
- b
- base
- baseFont
- bdo
- bgSound
- big
- blockQuote
- body
- br
- button
- caption
- center
- cite
- code
- col
- colGroup
- comment
- custom
- dd
- del
- dfn
- dir
- div
- dl
- dt
- em
- embed
- fieldSet
- font
- form
- frameSet
- head
- hn
- hr
- html
- i
- iframe
- ins
- isIndex
- kbd
- label
- legend
- li
- listing
- map
- marquee
- menu
- namespace
- nextID
- noBR
- noFrames
- noScript
- ol
- option
- p
- plainText
- pre
- q
- rt
- ruby
- s
- samp
- select
- small
- span
- strike
- strong
- sub
- sup
- textArea
- title
- tt
- u
- ul
- var
- xml
- xmp
Show: