File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<head>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
6
<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" />
8
8
<link type="text/css" href="http://dev.jtsage.com/cdn/datebox/latest/jquery.mobile.datebox.css" rel="stylesheet" />
9
9
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
10
10
<script type="text/javascript">
11
11
$( document ).bind( "mobileinit", function(){
12
12
$.mobile.page.prototype.options.degradeInputs.date = 'text';
13
13
});
14
14
</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>
16
16
<script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jquery.mobile.datebox.js"></script>
17
17
</head>
18
18
<body>
19
19
<div data-role="page" data-theme="a" id="main">
20
20
<div data-role="header">
21
- <h1>jQueryMobile - DateBox Demo</h1>
21
+ <h1>jQueryMobile - DateBox Demo (1.0a4 base) </h1>
22
22
</div>
23
23
<div data-role="content" data-theme="c">
24
24
<form method="post" action="#">
You can’t perform that action at this time.
0 commit comments