I can't seem to get this working on my 1.5.1 site for some reason. Was working fine when running 1.3.9d-h but after moving to 1.5.1 not working. Im using the same template etc without any furher mods and i have also tried reinstalling this mod to no avail.
No dropdown from search bar at all. checked in chrome, ie and ff non working.
<script type="text/javascript" src="includes/templates/custom/jscript/instantSearch.js"></script>
<link rel="stylesheet" type="text/css" href="includes/templates/custom/css/instantSearch.css" />
is showing in the source head
<input type="text" name="keyword" size="6" maxlength="30" class="topSearch" style="width: 16%" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" autocomplete="off">
is the code for the search box in the source


Reply With Quote
