0
Imagine the following situation:
You are on the page index.php
and there’s another page called formulario.php
with two input
and a submit
.
How do I send data to formulario.php
and save the submit
without being on that page with jQuery?