pageShow event in javascript

后端 未结 10 880
不知归路
不知归路 2020-12-10 05:21

I have the following code:



    
    

        
10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 05:36

    Do away with window.onload and pageshow. Whatever you want to be executed on window load, body load or page show put them in $(document).ready(), they will be executed serially once the page has been loaded.

提交回复
热议问题