Created
October 7, 2020 04:12
-
-
Save wplit/0762353a5652b4a7d8fe865e5aa157a7 to your computer and use it in GitHub Desktop.
empty header search after each search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document).ready(function($) { | |
| $('#%%ELEMENT_ID%%').find('.oxy-header-search_search-field').attr( "value", "" ); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment