MVC5 Classic
wijtree Step 2 of 3: Initializing the Widget

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>

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback