Just started with jQuery and I managed to pass the parameter using POST, firebug confirms this:
Parameters
link test1@test.com
Source
link=test1%40test.com
I don’t know how to access the link parameter from the receiving page using jQuery, it should be so simple, but everything I was looking for (jquery site, SO, etc.) mentions everything except this one.
Thanks Alex
source
share