我试图使用jquery mobile获取附加在url中的值.
HTTP://localhost/testing/nothing.html#details ID = 0&颜色=蓝色的?
当我转到"详细信息"页面时,我想使用jquery mobile获取id = 0和color = blue:
$('#details').live('pagecreate',function(event){
});
谢谢.
url mobile jquery
jquery ×1
mobile ×1
url ×1