我想自动更改页面,我会使用 window.location
如何将属性添加 rel="external"
到 window.location
还是有一个方法jquery?
第 1 页:
case 'A1':
console.log("id_groupe_du_page "+ id_groupe_du_page);
window.location("../etapeA1.html");
第2页:
$("#A1").live('pageshow', function()
{
alert("A1 executer");
}
);
第2页js的代码没有运行