What is the jQuery equivalent to mootools getElement

What is the jQuery equivalent to mootools getElement

For example:
 
$(".imageDiv").hover(function(){
$(this).getElement('.commentsBtn').fadeIn();
})