已采纳回答 / 枫小生
因为跨域中转www.corsproxy.com今年2月停止了服务,可以使用其他的跨域中转如:http://crossorigin.me/和http://atcors.herokuapp.com/;我使用的是http://crossorigin.me/,如果你也使用它的话,注意要写成http://crossorigin.me/http://www.baidu.com的样式!!!
2015-07-04
最新回答 / kym
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
2015-06-26
最赞回答 / 准架构师
教程中的跨域 "www.crosproxy.com" 不能用了,你用“http://cors.itxti.net/”试试,例如: http://cors.itxti.net?www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationName
2015-06-05
最赞回答 / 找到魔法石的噜噜酱
如果是用jQ-M的话,加载在新版本的chrome上是有一些问题的。可以试下在 <script src="js/jquery.mobile-1.4.5.min.js"></script>语句之前加上 <script> $(document).bind('mobileinit',function(){ $.mobile.changePage.defaults.changeHash = false; $.mobile.hashLi...
2015-05-20