PDA

View Full Version : Bubbling onBlur()


beetle
08-15-2002, 09:22 PM
I know that onFocusOut() exists in the IE DOM. It is identical to onBlur() execpt that it bubbles. Is there and equivalent for Gecko? I've looked but haven't found...yet...

jkd
08-15-2002, 11:53 PM
The W3C DOM Level 2 Event interface specifies a "DOMFocusOut" UIEvent which bubbles.