Home
last modified time | relevance | path

Searched refs:ontype (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/libxo/xohtml/external/
HDjquery.js3111 cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; variable
3145 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;