Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery: Accessing Post parameters

Just started with JQuery and I've managed to pass a parameter using POST, firebug confirms this:

Parameters
link    [email protected]
Source
link=test1%40test.com

I don't know how to access the link parameter from the receiving page using JQuery, it must be so simple but everything I've been searching through (jquery website, SO, etc) mentions everything but this.

Thanks, Alex

like image 799
Alex Avatar asked Nov 21 '25 05:11

Alex


1 Answers

Javascript can not access POST. Sorry. You'll have to use a server-side technology, or use GET attributes, if appropriate.

like image 190
Matchu Avatar answered Nov 23 '25 21:11

Matchu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!