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???

#72692
blue642
Member

I should really read better…. it should be pulledquote as the jquery adds that class to the cloned copy…

is there any way you can link your page, so that we can see what is going on?

in essence, this is what should happen on your page…

in the head section keep this:

Code:

after the wp_head(), and this:

Code:

before wp_head…

then before the closing body tag, this code…

Code:

(I removed the document.ready which wasn’t closed, and added a single quote after "pulledquote" as it was missing.)

this should be removed altogether, as it is just an illustration as to what makes this technique work (the .each method)

Code: