jQuery Mobile pageinit/pagecreate not firing

后端 未结 7 1915
栀梦
栀梦 2020-12-05 05:24

I have 5 pages - for ease lets say:

  • one.html
  • two.html
  • three.html
  • four.html
  • five.html

When I load each indivi

7条回答
  •  死守一世寂寞
    2020-12-05 06:11

    If it is an ajax request to this page, the script should be written into body or else it doen't work at all for ajax.

    
    
      
    ..........
      
      
        
    ...........

提交回复
热议问题