put a search box in my header file, want it ajax to search just people only
this is what i got
<form action="searchKeyword.php" method="post">
<input type="text" name="search" id="search" value="Friend Search" class="emptyBlank search-box" />
<input id="go_image" type="image" src="../img/blue-triangle.gif" style="position: absolute; bottom:23px; right: 7px" />
</form>
how can i make this ajax?
