jQTouch execute code when AJAX page is loaded

后端 未结 2 616
你的背包
你的背包 2021-01-25 07:10

When the content is static:

Click


        
2条回答
  •  情歌与酒
    2021-01-25 08:05

    Take a look at the demo, in particular the "GET Example" under AJAX section. Essentially, you want to have the anchor element to link to a page which returns a "jQTouch page", i.e.

    ...
    .

    So, in your case, you may have this anchor:

    Click
    

    And the page.html may be something like:

    Title

    • item 1
    • item 1

提交回复
热议问题