For example, this page uses the following event handler to show or hide the right element.
$("#showHide").click(function () { $("#featured").toggle(); SubtractJS.UpdateLayout(); });
$("#showHide").click(function () { $("#featured").toggle(); SubtractJS.UpdateLayout(); });