jqT页面转换问题

时间:2014-09-15 16:10:59

标签: jquery jquery-mobile jqtouch

我正在尝试在网络应用中使用jqtouch进行页面转换。问题是我不知道如何启动页面更改。

在jQuery Mobile中,我正在进行页面更改:

$.mobile.changePage( "#landingPage", {
            transition: "cube",
            reverse: true,
            changeHash: false
        });

在jQTouch中,上述代码的确切等价物是什么?

这是我建立jQT变量的方式:

var jQT = new $.jQT({    // `new` keyword is now mandatory (was optional before rc6)

            addGlossToIcon: false,
            cubeSelector: '.cubeClass',
            startupScreen: 'Site_Images/startUp1136.PNG',
            statusBar: 'black-translucent',
            preloadImages: []

        }); 

0 个答案:

没有答案
相关问题