Wednesday, June 3, 2009

[jQuery] Re: not this parent

OK, finally found the syntax myself:
$("div#submenu div:not(div.cornerlt, div.cornerrt, div.cornerlb,
div.cornerrb)").not($(this).parent()).slideUp();

No comments: