View Single Post
Old 01-08-2012, 07:31 PM   PM User | #6
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
Yeah, I was trying to bind a link to the function. I tried this:

Code:
$(".refresh").click(function(){
        $('#results').load("data.php");
    });
But it doesn't work. Did I do something wrong? Thanks ...
q1h is offline   Reply With Quote