J'utilise ces trois fichiers CDN, comme recommandé lors de la documentation 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>
Je ne comprends pas pourquoi je reçois le statut 404 non trouvé sous l'onglet Réseau de Chrome. Semble être à la recherche du fichier min.map jquery mobile. Je ne vois pas cela dans Firefox.
Pourquoi pensez-vous qu'il cherche ce fichier?