Sequence diagram with javascript to ajax to php calls
        Posted  
        
            by Jeremiah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeremiah
        
        
        
        Published on 2010-03-08T19:17:39Z
        Indexed on 
            2010/03/08
            19:21 UTC
        
        
        Read the original article
        Hit count: 648
        
I'm needing to document some functionality on a page that has a jQuery watching for a button click.
On the button click the script pulls info from two fields and makes a ajax call to a php script passing these values to the php script.
© Stack Overflow or respective owner