On my website, I\'m trying to pull the content of a post in my forum (hosted on the same domain) and display it in a div on the homepage, using jQuery.
Here\'s the c
.load can pass your GET params seperate:
.load
.load("link to php", "http://examplepage.com/forum/showthread.php", "tid=NN#pid_NN")