Trigger event on body load complete js/jquery

前端 未结 10 1787
眼角桃花
眼角桃花 2020-12-05 18:36

I want to trigger one event on page load complete using javascript/jquery.

Is there any way to trigger event or call a simple function once page loading fully comple

10条回答
  •  無奈伤痛
    2020-12-05 19:01

    The below code will call a function while the script is done loading

    
     
    
    
    

提交回复
热议问题