summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/static/examples/button-on-right.js
blob: 30d6551bbb5eb5044f83620026de84d3d13bb038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$.mockjax({
    url: '*',
    response: function(options) {
        this.responseText = ExampleData.example_data;
    },
    responseTime: 0
});

$(function() {
    $('#tree1').tree({
        buttonLeft: false,
        autoOpen: 0,
        slide: true
    });
});