我使用这三个CDN文件,按照JQM文档入门时的建议:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
我很抱歉为什么我在Chrome的“网络”标签下获得404未找到状态。似乎要寻找jquery mobile min.map文件。我在Firefox中没有看到这个。
任何想法为什么它在寻找这个文件?