Sha256: fe65f8ee5e5aab67c8e98f7e9c8129a20381a25cde8f667b908f6c77fad1d95b
Contents?: true
Size: 328 Bytes
Versions: 7
Compression:
Stored size: 328 Bytes
Contents
$.mockjax({ url: '*', response: function(options) { this.responseText = ExampleData.example_data; }, responseTime: 0 }); $(function() { $('#tree1').tree({ closedIcon: $('<i class="fa fa-arrow-circle-right"></i>'), openedIcon: $('<i class="fa fa-arrow-circle-down"></i>') }); });
Version data entries
7 entries across 7 versions & 1 rubygems