Searched refs:MODALSELECTOR (Results 1 – 1 of 1) sorted by relevance
2601 MODALSELECTOR = '.'+MODALCLASS; variable2681 $(document.body).bind('focusin'+MODALSELECTOR, stealFocus);2684 $(document).bind('keydown'+MODALSELECTOR, function(event) {2691 elem.bind('click'+MODALSELECTOR, function(event) {2720 visibleModals = $(MODALSELECTOR).filter(':visible:not(:animated)').not(tooltip),2769 if(!$(MODALSELECTOR).length) { elem.detach(); }2806 tooltip.addClass(MODALCLASS).css('z-index', QTIP.modal_zindex + $(MODALSELECTOR).length);2828 var qtips = $(MODALSELECTOR),2860 $(MODALSELECTOR).filter(':visible').not(tooltip).last().qtip('focus', event);