Posts by MARION123 • 1 point
1 post
-
0
votes0
answers36
viewsQ: I need to make a search bar responsive
var conteudo_requisiçao; jQuery(document).ready(function() { jQuery("#txt1").on("keyup", function(e) { e.preventDefault(); var texto_digitado = jQuery("#txt1").val() var busca = { action: "busca",…