I have HTML page:
&
A nice general approach:
$('#the_id').siblings().hide() $('#the_id').parents().siblings().hide()
Works for any element type.