JSFiddle - React, Tailwind, and code Playground

by Nick Craver

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/dot-luv/jquery-ui.css">
<script src="http://jstree.googlecode.com/svn/trunk/jquery.jstree.js"></script>
<div id="categories">
    <ul>
        <li><a href="#">Category 1</a></li>
        <li><a href="#">Category 2</a></li>
    </ul>
</div>

JavaScript

$('#categories').jstree({ 'plugins': ['ui', 'crrm', 'themes', 'html_data'] });