I can't get a simple answer to this: When I press the letter J, i want it to hide $('.something')
and when i press the letter H, I want it to show $('.something')
press the letter J
$('.something').hide()
press the letter H
$('.something').show()