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?
RE: How to Create a Data Search and Display it to Textbox with jQuery AJAX
You are viewing a single comment's thread from:
How to Create a Data Search and Display it to Textbox with jQuery AJAX
Hi, please help me with this.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
$("#btn-search").click(function(){ // When the user clicks the Search button
search(); // Call search function
return false;
});
only put
return false;
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit