Home
last modified time | relevance | path

Searched refs:currentTarget (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/indexmenu/scripts/contextmenu/
Djquery.ui-contextmenu.min.js3currentTarget=null,this.extraData={},this.previousFocus=null,null==f.delegate&&a.error("ui-context…
Djquery.ui-contextmenu.js70 this.currentTarget = null;
135 ct = this.currentTarget;
139 this.currentTarget = ct;
181 ui.target = $(this.currentTarget);
212 this.currentTarget = event.target;
215 ui = { menu: this.$menu, target: $(this.currentTarget), extraData: this.extraData,
223 this.currentTarget = null;
231 this.currentTarget = null;
305 ui = { menu: this.$menu, target: $(this.currentTarget), extraData: this.extraData };
315 self.currentTarget = null; // issue #44 after hide animation is too late
[all …]
/plugin/embedover/
Dscript.js82 var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement;
/plugin/combo/resources/snippet/js/
H A Donhover.js4 const element = event.currentTarget;
/plugin/autotooltip/
H A Dscript.js97 var elt = evt.currentTarget;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckcontextmenu.js124 ev.currentTarget || null
/plugin/recommend/
Dscript.js26 let url = new URL(e.currentTarget.href);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dbootstrap.min.js6currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&…
/plugin/metaeditor/
Djstree.js610 if(e.currentTarget !== document.activeElement) { $(e.currentTarget).focus(); }
611 this.activate_node(e.currentTarget, e);
625 $(e.currentTarget).trigger(e);
630 $(e.currentTarget).trigger(e);
634 if(this.is_open(e.currentTarget)) {
635 this.close_node(e.currentTarget);
638 o = this.get_parent(e.currentTarget);
644 o = this.get_prev_dom(e.currentTarget);
649 if(this.is_closed(e.currentTarget)) {
650 …this.open_node(e.currentTarget, function (o) { this.get_node(o, true).children('.jstree-anchor').f…
[all …]
/plugin/datatables/assets/datatables.net/js/
DdataTables.bootstrap.js92 if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
DdataTables.bootstrap4.js93 if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
DdataTables.bootstrap4.min.js4 …l,c){function u(e,a){for(var t,n,o=function(e){e.preventDefault(),x(e.currentTarget).hasClass("dis…
DdataTables.bootstrap5.min.js4 …l,c){function u(e,a){for(var t,n,r=function(e){e.preventDefault(),x(e.currentTarget).hasClass("dis…
DdataTables.bootstrap5.js93 if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
DdataTables.bootstrap.min.js4 …l,c){function u(e,a){for(var t,n,i=function(e){e.preventDefault(),x(e.currentTarget).hasClass("dis…
DdataTables.foundation.js97 if ( !$(e.currentTarget).hasClass('unavailable') && api.page() != e.data.action ) {
DdataTables.foundation.min.js4 …d,u){function c(a,e){for(var n,l,t=function(a){a.preventDefault(),y(a.currentTarget).hasClass("una…
DdataTables.bulma.js87 if ( ! $(e.currentTarget.firstChild).attr('disabled') && api.page() != e.data.action ) {
DdataTables.bulma.min.js4 …{function f(e,a){for(var n,t,i,r,s=function(e){e.preventDefault(),v(e.currentTarget.firstChild).at…
DdataTables.semanticui.min.js4 …a,o,u){function c(e,a){for(var t,n=function(e){e.preventDefault(),v(e.currentTarget).hasClass("dis…
DdataTables.semanticui.js101 if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckcontextmenu.js200 fckContextMenu._Panel.Show( x, y, ev.currentTarget || null ) ;
Dfckeditingarea.js248 var editingArea = evt.currentTarget.contentWindow._FCKEditingArea ;
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.min.js6currentTarget.tagName&&t.preventDefault();var n=e(this),i=c.getSelectorFromElement(this),o=[].slic…
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js671 this._addClass( $( event.currentTarget ), null, "ui-state-hover" );
674 this._removeClass( $( event.currentTarget ), null, "ui-state-hover" );
683 this._addClass( $( event.currentTarget ), null, "ui-state-focus" );
686 this._removeClass( $( event.currentTarget ), null, "ui-state-focus" );

1234