Jonathan Sharp wrote:
I have the following:
$('<div class="foo">').find('.foo').doSomething();
Why not simply this?

$('<div class="foo">').doSomething();


--
Jörn Zaefferer

http://bassistance.de

Reply via email to