Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

$('a.hide_these').parents('p')

or if you want to hide all the anchors of class hide_these then you could do this.

$('p > a.hide_these').hide();



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: