Skip to content

Commit de2f2f8

Browse files
committedApr 7, 2011
Update to jQM-1.0a4 Base
1 parent 9d268ed commit de2f2f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
66
<title>jQueryMobile - DateBox Demo</title>
7-
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css" />
7+
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" />
88
<link type="text/css" href="http://dev.jtsage.com/cdn/datebox/latest/jquery.mobile.datebox.css" rel="stylesheet" />
99
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
1010
<script type="text/javascript">
1111
$( document ).bind( "mobileinit", function(){
1212
$.mobile.page.prototype.options.degradeInputs.date = 'text';
1313
});
1414
</script>
15-
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js"></script>
15+
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script>
1616
<script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jquery.mobile.datebox.js"></script>
1717
</head>
1818
<body>
1919
<div data-role="page" data-theme="a" id="main">
2020
<div data-role="header">
21-
<h1>jQueryMobile - DateBox Demo</h1>
21+
<h1>jQueryMobile - DateBox Demo (1.0a4 base)</h1>
2222
</div>
2323
<div data-role="content" data-theme="c">
2424
<form method="post" action="#">

0 commit comments

Comments
 (0)
Please sign in to comment.