Posts by josenilson pereira • 51 points
2 posts
-
0
votes0
answers26
viewsQ: Send an input value via ajax
Hello folks I have an input with the following function <input id="cpf"onblur="buscacpf()"> below is the function . <script> function buscacpf() { var x =…
-
5
votes1
answer2043
viewsQ: Returning a Select option with Ajax
Hello folks all right everyone, I need your help I’m with the following problem: I have an Ajax scrpt with the states and cities of Brazil, and a select option where lists the state and the other…