Skip to content

Instantly share code, notes, and snippets.

@zeraf29
Last active August 29, 2015 14:06
Show Gist options
  • Save zeraf29/eb0835d01fe7e47f7243 to your computer and use it in GitHub Desktop.
Save zeraf29/eb0835d01fe7e47f7243 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jquery mobile link test</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
</head>
<body>
<div data-role="page" id="pageone">
<div data-role="main" class="ui-content">
<ul data-role="listview">
<li><a href="tPage.html">test page</a></li>
</ul>
</div>
</div>
</body>
</html>
@zeraf29
Copy link
Author

zeraf29 commented Sep 19, 2014

test source for knowing about how jQuery mobile link to page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment