jquery-mobile/_events.html
2010-10-02 11:43:32 -04:00

29 lines
No EOL
594 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Event tests</title>
<link rel="stylesheet" type="text/css" 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>