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 works for me ;)
$('> ul',this)