Posts by alvescleiton • 111 points
1 post
-
1
votes4
answers659
viewsA: Submit does not call function
Insert your script into the function below. $(document).ready(function(){ // Aqui }); This will cause your script to run only after loading the page. A tip: always put your scripts after the content…