Home › Forums › JavaScript › Better Pull Quotes??? › Re: Better Pull Quotes???
March 20, 2010 at 7:28 am
#72613
Member
first replace the script that is right before your closing body tag with this…
Code:
you opened document.ready, but didn’t close it… but if the script is right before your closing body tag, you don’t need it.
The first line
Code:
$(‘body’).append(“jQuery is working!!”);
is simply to test if jquery is working and it’ll bit, a bit of text at the bottom of your page…
Remove that line if the text shows up, but i think your problem was the document.ready not being closed.