🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:12:57 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
assets
/
js
/
elementor
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/assets/js/elementor
🔄 Refresh
✏️
Editing: search-popup.js
Writable
(function($){ "use strict"; $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/nighty_elementor_search_popup.default', function(){ $('.ova_wrap_search_popup').each( function(){ var that = $(this); var button = that.find('i'); var overlay = $(this).find('.ova_search_popup .search-popup__overlay'); button.on( 'click', function(e){ e.stopPropagation(); e.stopImmediatePropagation(); that.addClass( 'show' ); }); overlay.on( 'click', function(e){ e.stopPropagation(); e.stopImmediatePropagation(); that.removeClass( 'show' ); }); }); }); }); })(jQuery);
💾 Save Changes
❌ Cancel