[jQuery] nested each

[jQuery] nested each


Hi all,
Is there a way to get reference to parent's this in nested each method
return this.each(function() {
$(selector).each(function() {
// how to get reference to parent's current this :-(
});
});
thx in andvance for any help.