Jquery Mobile Site design has gone away...
I am using the following code in my head tag for
m.whitewatertours.com :
<!DOCTYPE html>
<html>
<head>
<title>California Whitewater Rafting with Tributary Whitewater Tours</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link href="twt_mobile.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js">
</script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
and the style has completely gone away - thinking this is due to the new 1.3 beta release and the bit of code pointing to "code.jquery.com/jquery-latest.min.js". Anyone else having this issue? I know it's something in the head tag becuause I use Dreamweaver CS6 and used the DW6 template code for the following page which is displaying correctly.
http://m.whitewatertours.com/Untitled-1.html
Thanks for any insight!
Jenny