Response title
This is preview!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="_lib.js"></script>
<script type="text/javascript" src="tree_component.js"></script>
<link rel="stylesheet" type="text/css" href="tree_component.css" />
<title>JSTree</title>
</head>
<body>
<script type="text/javascript">
$(function() {
tree1 = new tree_component();
tree1.init($("#demo"), {
data : {
type : "xml_flat",
url : "flat.xml"
}
});
});
</script>
<div id="demo">
</div>
</body>
</html>
© 2013 jQuery Foundation
Sponsored by and others.