how to display jquery page(inside a div) using javascript?

前端 未结 3 1020
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 06:28

here is my problem, i call this method and what it does is

post some data on server using jQuery, i want to display page using result i recieve from server

m

3条回答
  •  忘掉有多难
    2021-01-16 07:15

    try this code

     $.mobile.changePage( "#mainMenu", { allowSamePageTransition: true }); 
    

    and check this link

    http://jquerymobile.com/test/docs/api/methods.html

提交回复
热议问题