jquery.fancytree
Version:
jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading
39 lines (36 loc) • 770 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="robots" content="noindex,follow">
<title>Fancytree - Example Browser</title>
<style type="text/css">
body {
background-color: #0F1923;
color: white;
padding: 3px 10px;
font-family: sans-serif;
}
h1 {
margin-top: 8px;
font-size: 1.4em;
}
a {
text-decoration: none;
color: white;
}
#ghButton {
float: right;
}
</style>
</head>
<body>
<h1>
<a href="index.html" target="_top">Fancytree - Example Browser</a>
<iframe id="ghButton"
src="http://ghbtns.com/github-btn.html?user=mar10&repo=fancytree&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20">
</iframe>
</h1>
</body>
</html>