Possible Duplicate:
Jquery multiple selectors with this
Is it possible to use multiple selectors with $(this)? I tried:
$('#helper').click(function() {
$(this + " #divname").html());
});
But it never works. I just want to make sure its selecting the div within the div that was clicked on.
divname, then you are doing something wrong.