Should be pretty easy:

$("#CollapseExpandTd").click(function() {
    $("#TreeviewTd").toggle();
    $("#MenuBarTd").toggle();
});

Reply via email to