Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Better Pull Quotes??? Re: Better Pull Quotes???

#72613
blue642
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.