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
You need a closing tag on your jQuery include, and you need to wait for dom load.
JS
HTML