Can’t get Livesearch working.
-
I’ve been working on getting Livesearch (https://binarybonsai.com/archives/2004/09/25/livesearch/) working, but I can’t.
I’ve followed all the directions, I have my livesearch.js, I have CSS, I have a livesearch.php, I’ve modifyed the header, I’ve added the body tag and this is my searchform
-
<form style="margin: 10px 0; padding: 0;" onsubmit="return liveSearchSubmit()" id="searchform" name="searchform" method="get" action="livesearch.php" autocomplete="off">
<input type="text" id="livesearch" name="s" value="" onkeypress="liveSearchStart()" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = '';}" onfocus="if (this.value == 'search blog archives') {this.value = '';}" class="inputboxes" />
<div id="LSResult" style="display: none;"><div id="LSShadow"></div></div>
</form>
If anyone here has successfully installed Livesearch on their WP blog, can they tell me what I’m doing wrong? My site is https://rv2.org.
Thanks,
Ryan -
<form style="margin: 10px 0; padding: 0;" onsubmit="return liveSearchSubmit()" id="searchform" name="searchform" method="get" action="livesearch.php" autocomplete="off">
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Can’t get Livesearch working.’ is closed to new replies.