Why am I getting “jquery.mobile-1.3.2.min.map file not found” message in Chrome
问题 I'm using these three CDN files, as recommended on getting started in JQM documentation: <!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> I'm perplexed why I'm getting a 404 Not found status under the Network tab