-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.15 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Mobile Grid Evaluation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>Mobile Grid Evaluation</h1>
<ul>
<li><a href="no-framework-html-table-no-scrolling">No Framework | HTML table (no scrolling)</a></li>
<li><a href="no-framework-html-table">No Framework | HTML table</a></li>
<li><a href="no-framework-html-table-iscroll">No Framework | HTML table - iScroll</a></li>
<li><a href="jquery-mobile-html-table">jQuery Mobile | HTML table</a></li>
<li><a href="jquery-mobile-html-table-iscroll">jQuery Mobile | HTML table - iScroll</a></li>
<li><a href="jquery-mobile-jqgrid">jQuery Mobile | jqGrid</a></li>
<li><a href="jquery-mobile-slickgrid">jQuery Mobile | SlickGrid</a></li>
<li><a href="jquery-mobile-datatables">jQuery Mobile | DataTables</a></li>
<li><a href="https://archfirst.googlecode.com/svn/trunk/html/libs/archfirst/jquery-afgrid/mge/grid-mge.html">No Framework | Archfirst Grid</a></li>
</ul>
</body>
</html>