What does it do? It looks like it's the same as .match() - http://mootools.net/docs/core/Element/Element#Element:match
On Fri, Oct 5, 2012 at 3:37 PM, Hamburger <bilidi...@web.de> wrote: > Hello, > one more beginner question please. > Is there a moo-expression for the jquery .is() > > Here the jquery code: > if ($(e.target).is('.avgrund-overlay, .avgrund-close')) { > deactivate(); } > > thx for any hint >