I use jQuery most of the time, so I am having a bit of trouble with the following (simple) javascript:
I want to dismiss(hide) the parent element of a p tag when cli
dismiss this box function dismiss(el){ el.parentNode.style.display='none'; };
dismiss this box