Adding multiple onload handlers

前端 未结 4 1607
我在风中等你
我在风中等你 2020-12-03 23:52

I have two js files, each one with its own window.onload handler. Depending on how I attach the two onload handlers to the window object I get a different behaviour on the s

4条回答
  •  悲哀的现实
    2020-12-04 00:42

    You need to look at addEventListener and attachEvent, which are native implementations of your addOnloadHandler.

提交回复
热议问题