Esto funciona:Google cdn jQuery Mobile
<script src="http://code.jquery.com/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js" type="text/javascript"></script>
Pero yo prefiero la sintaxis:
<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1", {uncompressed:true});
</script>
Durante el desarrollo.
P: ¿Puedo cargar jQuery mobile usando el comando google.load?
Nota al margen jQm está en beta 1. En cuanto a su pregunta, ¿funciona? –