0

我有两个页面,方法名称是 changepage index2.html ...在此页面内我想调用数据库并动态填充列表视图,但我无法调用我们只是更改页面的函数..

在主页上我有这个脚本:

 $(document).live( 'pageinit',function(event){  
    $("#changePageButton").click(function() {
        $.mobile.changePage("index2.html", { transition: 'slideup'});  

    }); 

在索引2

$(document).live( 'pageinit',function(event){   
    alert("OK");            
    }); 

但从不显示警报

4

0 回答 0