jquery.fancytree
Version:
jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading
18 lines (16 loc) • 496 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Fancytree - doctypes</title>
</head>
<body class="example">
<h1>Testing different doctypes</h1>
<ul>
<li><a href="doctype-html5.html"><!DOCTYPE html></a>
<li><a href="doctype-html4-loose.html">html 4.01 transitional loose</a>
<li><a href="doctype-html4-strict.html">doctype-html4.01 strictl</a>
<li><a href="doctype-none.html">no doctype (quirks)</a>
</ul>
</body>
</html>