You are viewing a single comment's thread from:
RE: How to Create a Data Search and Display it to Textbox with jQuery AJAX
$("#btn-search").click(function(){ // When the user clicks the Search button
search(); // Call search function
return false;
});
only put
return false;