PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
js
/
scripts
/
global
woodmartThemeModule.$document.on('wdShopPageInit', function () { woodmartThemeModule.clearSearch(); }); jQuery.each([ 'frontend/element_ready/wd_search.default' ], function(index, value) { woodmartThemeModule.wdElementorAddAction(value, function() { woodmartThemeModule.clearSearch(); }); }); woodmartThemeModule.clearSearch = function() { var buttons = document.querySelectorAll('form .wd-clear-search'); buttons.forEach(function(button) { var form = button.closest('form'); var input = form.querySelector('input'); if (input) { toggleClearButton(input, button); input.addEventListener('keyup', function() { toggleClearButton(input, button); }); } button.addEventListener('click', function(e) { e.preventDefault(); var input = button.parentNode.querySelector('input'); input.value = ''; toggleClearButton(input, button); var searchFormWithOverlay = input.closest('.wd-search-form.wd-display-form.wd-with-overlay'); var dropdownResultsNode = searchFormWithOverlay ? searchFormWithOverlay.querySelector('.wd-dropdown-results') : null; if (dropdownResultsNode) { var searchHistory = dropdownResultsNode.querySelector('.wd-search-history'); var popularRequests = dropdownResultsNode.querySelector('.wd-search-requests'); var searchContent = dropdownResultsNode.querySelector('.wd-search-area'); if ( (!searchHistory || 0 === searchHistory.childElementCount) && (!popularRequests || 0 === popularRequests.childElementCount) && (!searchContent || (0 === searchContent.childElementCount && 0 === searchContent.textContent.length)) ) { var closeSideButtons = document.querySelectorAll('.wd-close-side'); closeSideButtons.forEach(function(button) { var event = new CustomEvent('wdCloseSideAction', { detail: ['hide', 'click'] }); button.dispatchEvent(event); }); } } }); }); function toggleClearButton(serachInput, clearButton) { if (serachInput.value.length) { clearButton.classList.remove('wd-hide'); } else { clearButton.classList.add('wd-hide') } } } window.addEventListener('wdEventStarted', function() { woodmartThemeModule.clearSearch(); });
[-] beforeSearchContent.js
[edit]
[-] parallax.js
[edit]
[-] scrollTop.min.js
[edit]
[-] floatingBlocks.min.js
[edit]
[-] searchHistory.min.js
[edit]
[-] hiddenSidebar.min.js
[edit]
[-] masonryLayout.js
[edit]
[-] stickyColumn.js
[edit]
[-] stickyColumn.min.js
[edit]
[-] helpers.min.js
[edit]
[-] stickySocialButtons.min.js
[edit]
[-] parallax.min.js
[edit]
[-] swiperInit.js
[edit]
[-] clearSearch.js
[edit]
[-] scrollTop.js
[edit]
[-] clearSearch.min.js
[edit]
[-] ageVerify.min.js
[edit]
[-] beforeSearchContent.min.js
[edit]
[-] stickySocialButtons.js
[edit]
[-] ajaxSearch.js
[edit]
[-] mfpPopup.js
[edit]
[-] lcpTracker.js
[edit]
[-] photoswipeImages.js
[edit]
[-] clickOnScrollButton.min.js
[edit]
[-] masonryLayout.min.js
[edit]
[-] css-animations.js
[edit]
[-] cookiesPopup.min.js
[edit]
[-] hiddenSidebar.js
[edit]
[-] widgetCollapse.min.js
[edit]
[-] cookiesPopup.js
[edit]
[-] animations.min.js
[edit]
[-] scrollBar.min.js
[edit]
[-] photoswipeImages.min.js
[edit]
[-] floatingBlocks.js
[edit]
[-] ajaxSearch.min.js
[edit]
[-] callPhotoSwipe.min.js
[edit]
[-] lazyLoading.js
[edit]
[-] backHistory.js
[edit]
[-] searchHistory.js
[edit]
[-] stickyContainer.js
[edit]
[+]
..
[-] css-animations.min.js
[edit]
[-] swiperInit.min.js
[edit]
[-] mfpPopup.min.js
[edit]
[-] lazyLoading.min.js
[edit]
[-] clickOnScrollButton.js
[edit]
[-] helpers.js
[edit]
[-] searchFullScreen.min.js
[edit]
[-] scrollBar.js
[edit]
[-] backHistory.min.js
[edit]
[-] animations.js
[edit]
[-] lcpTracker.min.js
[edit]
[-] btnsToolTips.min.js
[edit]
[-] searchFullScreen.js
[edit]
[-] widgetCollapse.js
[edit]
[-] stickyContainer.min.js
[edit]
[-] widgetsHidable.js
[edit]
[-] callPhotoSwipe.js
[edit]
[-] ageVerify.js
[edit]
[-] animationsOffset.js
[edit]
[-] widgetsHidable.min.js
[edit]
[-] animationsOffset.min.js
[edit]
[-] btnsToolTips.js
[edit]