Skip to content

Instantly share code, notes, and snippets.

View dominotrix's full-sized avatar

Vagelis dominotrix

  • Greece
View GitHub Profile
@alexmustin
alexmustin / form-content.html
Created February 4, 2018 21:31
WordPress AJAX Live Search of Post Title
<!-- // The HTML (could be part of page content) // -->
<input type="text" name="keyword" id="keyword" onkeyup="fetch()"></input>
<div id="datafetch">Search results will appear here</div>