Is it possible to, somehow, select a direct child of $(this)?
I have:
var obj = $(this); $(\"ul\", obj).css(\'width\',s*w);
And need
Try the following:
$(this).find("> ul")