If you're talking about the native `focusout` event, you can simply do like so:
myEl.addEvent('focusout', function(e) { });
On Fri, Apr 8, 2011 at 2:07 PM, Dailce <[email protected]> wrote:
> I happen to be using focusout from JQuery, in a plugin I have, and was
> wondering if mootools has anything similar. I looked but can't seem
> to find a good solution.
