Thread
:
Get PHP contents from JQuery
View Single Post
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
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
View Public Profile
Find More Posts by q1h