In the previous step, you created the tree element. In this step, you will add the jQuery script that initializes the widget.
After the closing <ul>
tag, add the following script:
<script id="scriptInit" type="text/javascript">
$(document).ready(function () {
$("#tree").wijtree();
});
</script>