Retrieves the current state of the object.
Syntax
| JavaScript | |
|---|
Property values
Type: Variant
uninitialized
-
Object is not initialized with data.
loading
-
Object is loading its data.
loaded
-
Object has finished loading its data.
interactive
-
User can interact with the object even though it is not fully loaded.
complete
-
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
- address
- area
- b
- base
- bdo
- blockQuote
- body
- br
- button
- caption
- cite
- code
- col
- colGroup
- comment
- custom
- dd
- del
- div
- dl
- dt
- em
- embed
- fieldSet
- form
- head
- hn
- hr
- html
- i
- iframe
- ins
- kbd
- label
- legend
- li
- map
- ol
- option
- p
- pre
- q
- rt
- ruby
- s
- samp
- select
- small
- span
- strong
- sub
- sup
- textArea
- title
- u
- ul
- var
Build date: 11/28/2012