[jQuery] Select div containing link

[jQuery] Select div containing link


I have a div with class "box" that contains a link with class
"remove". When the link is clicked I want to .fadeOut the entire div
that is holding the link.
Is this possible? I've been trying different thing but nothing seems
to work. Thanks in advance