Jquery treeview collapse single node
$(document).ready(function () {
$("#mymenu").treeview({
animated: "medium",
control: "#masstoggler",
persist: "location",
collapsed: true
});
I want to expand and collapse single node on click of expand all and
collapse all i tried but it was worthless
No comments:
Post a Comment