Wednesday 15 January 2014

javascript - How can I listen for two load events? -


How can I hear these events at the same time? (Not currently working)

     

  window.addEventListener ("load", onload);   

This way you can listen to multiple events added to the load event.

You can look at it to understand better



No comments:

Post a Comment