domNode.id will give you the id of the div wrapping the view you just left as suggested here like so:
function doDomCleanup(domNode) { alert(domNode.id); }
No comments:
Post a Comment