Posts by Marcelo Cintra • 11 points
1 post
-
1
votes2
answers41
viewsA: How to make an AJAX call through the post
Tiago, you are recovering the value of the button instead of the value of your field. Set an id in your input, for example: And there replace in its function: var Search = $("#txtBuscar"). val();…