Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created August 9, 2025 05:36
Show Gist options
  • Select an option

  • Save searchwpgists/6f9867761f03e24c1d71b84f0524abe3 to your computer and use it in GitHub Desktop.

Select an option

Save searchwpgists/6f9867761f03e24c1d71b84f0524abe3 to your computer and use it in GitHub Desktop.
Enable Live search using JQuery
<script>
jQuery(document).ready( function(){
jQuery("form input[type='search']").searchwp_live_search();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment