Skip to content

Instantly share code, notes, and snippets.

View mesmaili151's full-sized avatar
🦦
I may be slow to respond.

Mesmaili mesmaili151

🦦
I may be slow to respond.
View GitHub Profile
@mesmaili151
mesmaili151 / form-content.html
Created August 4, 2021 13:19 — forked from alexmustin/form-content.html
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>