I am a beginner with Jquery, I try to do some simple example to practice, In this example, I am trying to send POST var from php form to Jquery modale popup that I found on the internet.
My problem is, I can't send my form var to my modale popup, when I click on submit link to send my php form,
the popup appears without var in my case $name.
Here my codes :
http://pastebin.com/BKnLu4xY
And finaly recep.php
I think i must add submit() condition to my script.js, beacause when i click on my link Jquery select only the href but he don't submit the form.
Any idea ?? :(
Thank you !!!