You are viewing a single comment's thread from:RE: How to Create a Data Search and Display it to Textbox with jQuery AJAXView the full contextView the direct parentpaulrodgers8888 (25)in #utopian-io • 4 years ago Hi, please help me with this.
$("#btn-search").click(function(){ // When the user clicks the Search button
search(); // Call search function
return false;
});
only put
return false;