Posts by Tábita Almeida • 13 points
1 post
-
1
votes3
answers246
viewsQ: I need to check if my JSON is empty to search for url with parameter set in Curl
function BuscaMarca(marca, modelo, anomodelo) { marca = $('#marca').val(); tipo = $('#tipo').val(); $.get("curl.php?tabela=BuscaMarca&marca=" + marca + "&tipo=" + tipo, function(data,…