我是 jQuery Mobile 的新手。我尝试使用 jquery 导航到页面,但 URL 有问题。
我的代码
<a href="http://tom.hostxx.com/car.html" data-role="button" data-theme="c" data-transition="pop">Car</a>
它加载了页面http://tom.hostxx.com/#http://tom.hostxx.com/car.html的空白内容,而不是http://tom.hostxx.com/car.html。
谁能解释一下?太感谢了!!!