Send Post var to Jquery modale popup

Send Post var to Jquery modale popup

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 :

Index.php:

http://pastebin.com/BKnLu4xY

 script.js:

http://pastebin.com/fYn2HZnj

And finaly recep.php

http://pastebin.com/cVAs8gh5

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 !!!