JQuery: Accessing Post parameters
        Posted  
        
            by Alex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alex
        
        
        
        Published on 2010-03-24T22:39:27Z
        Indexed on 
            2010/03/24
            22:43 UTC
        
        
        Read the original article
        Hit count: 434
        
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
© Stack Overflow or respective owner