javascript - how do i fire an event when document readyState is complete -


i want fire , event when dom has loaded. checked out document.readystate it's not event. want fire when readystate complete. how do that?

i recommend using jquery library , ready function.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -