|
|
Ajax object readystate property - AJAX
|
Views : 1241
|
|
Tagged in : AJAX
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Four readystate propeties are available for ajax object,
0 - Uninitialized
> Object is not initialized with data.
1 - Loading
> Object is loading its data.
2 - Loaded
> Object has finished loading its data.
3 - Interactive
> User can interact with the object even though it is not fully loaded.
4 - Complete
> Object is completely initialized. |
|
By - Ramya, On - 2008-04-17 |
|
|
|