Posts by Lks • 13 points
1 post
-
1
votes1
answer273
viewsQ: Calling separate functions via Ajax with Jquery in PHP
I have the following example: My file HTML has this code snippet: <script> $( "form" ).submit(function( event ){ event.preventDefault(); $.ajax({ url : 'funcoes.php',//url para acessar o…