Searched refs:ontype (Results 1 – 1 of 1) sorted by relevance
3111 cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; variable3145 ontype = type.indexOf( ":" ) < 0 ? "on" + type : "";3209 handle = ontype && cur[ ontype ];3230 …if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth …3233 old = elem[ ontype ];3236 elem[ ontype ] = null;3245 elem[ ontype ] = old;