pageShow event in javascript

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

I have the following code:



    
    

        
10条回答
  •  [愿得一人]
    2020-12-10 05:32

    Your code is inconsistent. You're using jQuery.ready, onload, onpageshow at the same time. Seems like a good place to start your refactoring process.

    What do you really want to achieve?

提交回复
热议问题