If this is an HTMLDivElement, how do I avoid doing this ?
$('#' + $(this).id + " > p").foo();
to do something like :
($(this) + $( " > p")).foo();
If this is an HTMLDivElement, how do I avoid doing this ?
$('#' + $(this).id + " > p").foo();
to do something like :
($(this) + $( " > p")).foo();