I have a set of nested collapsables on my page of various items, each of which has a button allowing a user to delete (Via an Ajax call). The Delete is working fine however I am having a bit of trouble hiding the item. I did a .hide(); on the h3 title tag, but this leaves the expanded content visible to the user momentarily. It seems that h3 is not what I should be setting to hide, but what is? I would like the remove the item entirely in order to simulate a deletion. Thanks!