You are viewing a single comment's thread from:
RE: How to Create a Data Search and Display it to Textbox with jQuery AJAX
hi, code runs well but its automatically refreshing the page, so the textbox is not able to hold the values. Can you do something about this?
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;