View Single Post
Old 01-08-2012, 09:07 PM   PM User | #8
q1h
New Coder

 
Join Date: May 2011
Posts: 34
Thanks: 7
Thanked 0 Times in 0 Posts
q1h is an unknown quantity at this point
I'm trying to do it after the page loads (otherwise I would just reload the page via js). I've also used:

Code:
$(".refresh").live("click", function () {
        $('#results').load("data.php");
    });
q1h is offline   Reply With Quote