$(this).prev("div")
or
$(this).prev()
or
$(this).prev(".resumehint")
you can replace $(this) with $('#resume') if you are outside a function.
$(this).prev("div")
or
$(this).prev()
or
$(this).prev(".resumehint")
you can replace $(this) with $('#resume') if you are outside a function.