0
我想使用jquery mobile將用戶重定向到帶有幻燈片動畫的其他頁面,例如rel =「external」以加載外部js文件。如何使用jquery mobile製作一個漂亮的按鈕?
<a data-theme="e" href="page.html" rel="external" data-role="button" data-transition="flip">
但沒有轉換!如果我使用
<a data-theme="e" href="page.html" data-role="button" data-transition="flip">
存在翻轉過渡但外部文件未加載!
我應該使用什麼?你不使用AJAX技術,所以不會是任何過渡,因爲它會帶你到一個新的頁面
感謝