Skip to content

Instantly share code, notes, and snippets.

@wplit
Created October 7, 2020 04:12
Show Gist options
  • Select an option

  • Save wplit/0762353a5652b4a7d8fe865e5aa157a7 to your computer and use it in GitHub Desktop.

Select an option

Save wplit/0762353a5652b4a7d8fe865e5aa157a7 to your computer and use it in GitHub Desktop.
empty header search after each search
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