Reference $(this).parent with class name of 'x'

Viewed 68308

In jquery, how can I refer to the parent of $(this) element with a class of 'abc'?

2 Answers
Related