Skip to content

Commit

Permalink
jQueryMobile "datebox" testpage added.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 7, 2012
1 parent 9b23e00 commit 1727117
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions public_html/jquery_mobile/datebox/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>jQuery.mobile datebox sample</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//code.jquery.com/mobile/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
<script type-"text/javascript" src="./jquery.mobile.datebox.action.js"></script>
</head>
<body>
<div data-role="page" id="one">
<div data-role="header" data-position="fixed">
<h1>ƒJƒŒƒ“ƒ_[•\Ž¦</h1>
</div>
<div data-role="content">
</div>

</div>
</body>
</html>

Empty file.

0 comments on commit 1727117

Please sign in to comment.