mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
29 lines
No EOL
595 B
HTML
29 lines
No EOL
595 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>jQuery Mobile Framework - Event tests</title>
|
|
<link rel="stylesheet" media="only all" href="css/all" />
|
|
<script type="text/javascript" src="js/all"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div data-role="page" >
|
|
<div data-role="header">
|
|
<h1>Event tests</h1>
|
|
</div>
|
|
<div data-role="content" class=" ui-body ui-body-c" style="height:2000px;">
|
|
<p>The following events will log out below when they fire: scrollstart scrollstop swipe swipeleft swiperight tap taphold turn.</p>
|
|
<div id="eventlogger"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |