Is it possible to, somehow, select a direct child of $(this)?
I have:
var obj = $(this); $(\"ul\", obj).css(\'width\',s*w);
And need
this may work too (depends on what exact situation are you in maybe)
$(this).find('>*:eq(0)')