Home
last modified time | relevance | path

Searched refs:attachEvent (Results 126 – 150 of 178) sorted by last modified time

12345678

/plugin/panoview/
H A Dscript.js170 …avigator.userAgent.search(/KHTML|Opera/i) >= 0 ? 'pointer' : (document.attachEvent ? 'url(grab.cur…
171 … (navigator.userAgent.search(/KHTML|Opera/i) >= 0 ? 'move' : (document.attachEvent ? 'url(grabbing…
235 if (document.attachEvent) {
/plugin/topbarsyntax/
H A Dcsshover3.htc193 window.attachEvent('onbeforeunload', function(){
224 node.attachEvent(CSSEvents[type].activator, this.activator);
225 node.attachEvent(CSSEvents[type].deactivator, this.deactivator);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js2 var is_ie = !!(window.attachEvent && !window.opera);
H A Dprototype.js13 IE: !!(window.attachEvent && !window.opera),
3902 if (window.attachEvent) {
3903 window.attachEvent("onunload", destroyCache);
3917 element.attachEvent("on" + name, wrapper);
/plugin/widearea/widearea/
H A Dwidearea.js291 } else if (document.attachEvent) { //IE
292 document.attachEvent('onkeydown', self._onKeyDown);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js133 } else if(el.attachEvent) {
134 el.attachEvent('on'+evnt, func);
/plugin/embedover/
H A Dscript.js73 else if (currentfr.attachEvent){
75 currentfr.attachEvent("onload", readjustIframe);
94 else if (window.attachEvent)
95 window.attachEvent("onload", resizeCaller);
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …i.attachEvent&&(n=function(t,i,n){t[i+n]=n.handleEvent?function(){var i=e(t);n.handleEvent.call(n,…
/plugin/advrack/
H A Draphael.js3133 } else if (g.doc.attachEvent) {
3145 obj.attachEvent("on" + type, f);
/plugin/dokumicrobugtracker/js/
H A Djquery.js2attachEvent){c.attachEvent("onreadystatechange",C),a.attachEvent("onload",e.ready);var b=!1;try{b=…
/plugin/behave/
H A Dbehave.js347 } else if (element.attachEvent) {
348 element.attachEvent("on"+eventName, func);
354 } else if (element.attachEvent) {
/plugin/aceeditor/
H A Dbuild.js1 …)return e.addEventListener(t,n,!1);if(e.attachEvent){var r=function(){n(window.event)};n._wrapper=…
/plugin/projects/
H A Dcodemirror-compressed.js1 …oveEventListener(t,n,!1)}}else{var i=function(e){n(e||window.event)};e.attachEvent("on"+t,i);if(r)…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js16 IE: !!window.attachEvent && !isOpera,
4501 window.attachEvent('onunload', _destroyCache);
4527 element.attachEvent("ondataavailable", responder);
4528 element.attachEvent("onfilterchange", responder);
4536 element.attachEvent("on" + actualEventName, responder);
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js652 } else if (window.attachEvent) {
653 window.attachEvent('onload',soundManager.beginInit);
654 window.attachEvent('beforeunload',soundManager.destruct);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js710 } else if (aelements[i].attachEvent) {
711 aelements[i].attachEvent("onclick", new Function("",
2795 } else if (pg.attachEvent) {
2796 pg.attachEvent("onclick",dumpHelpReq);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16attachEvent){c.attachEvent("onreadystatechange",z),a.attachEvent("onload",e.ready);var b=!1;try{b=…
/plugin/processing/
H A Dscript.js5705 } else if (obj.attachEvent) {
5706 obj.attachEvent("on" + event, handler);
11367 elem.attachEvent("on" + type, fn);
/plugin/jquery/
H A Djquery-1.4.2.min.js27 …entListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.a…
33 …s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if…
35 …h(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("…
50 …lse)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o…
69 …d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEve…
H A Djquery-1.4.2.js428 } else if ( document.attachEvent ) {
431 document.attachEvent("onreadystatechange", DOMContentLoaded);
434 window.attachEvent( "onload", jQuery.ready );
748 } else if ( document.attachEvent ) {
919 if ( div.attachEvent && div.fireEvent ) {
920 div.attachEvent("onclick", function click() {
1649 } else if ( elem.attachEvent ) {
1650 elem.attachEvent( "on" + type, eventHandle );
2612 if ( window.attachEvent && !window.addEventListener ) {
2613 window.attachEvent("onunload", function() {
/plugin/lytebox/
H A Dlytebox.js872 } else if (window.attachEvent) {
873 window.attachEvent("onload",initLytebox);
/plugin/highlightjs/highlight/
H A Dhighlight.js512 } else if (window.attachEvent)
513 window.attachEvent('onload', handler);
/plugin/swfobject/
H A Dscript.js4attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(…
/plugin/codehighlight/cp/engines/
H A Dmsie.js30 document.attachEvent('onkeydown', this.metaHandler);
31 document.attachEvent('onkeypress', this.keyHandler);
32 …window.attachEvent('onscroll', function() { if(!CodePress.scrolling) setTimeout(function(){CodePre…
304 window.attachEvent('onload', function() { CodePress.initialize('new');});
/plugin/codehighlight/cp/
H A Dcodepress.js44 if(self.attachEvent) self.attachEvent('onload',self.initialize);

12345678