因此,我尝试使用加载功能将 div 的内容从一个网页拉到我们移动页面上的 div 中。在我的桌面浏览器上,一切都很好。代码完美地提取了我需要的所有信息。但由于某种原因,在我的 android 浏览器上进行测试时,它并没有提取信息。相反,屏幕左下方有一些文字显示“正在加载”,但没有加载任何内容。这是我在网站上使用的代码片段:
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<script>$(document).ready(function(){ $('#newevents').load('http://www.kobebistro.com/5/special.php #events'); });</script>
您可以查看完整的站点/源代码
最近几天我一直卡住。任何帮助将不胜感激!