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

in utopian-io •  4 years ago 

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?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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;