Home › Forums › JavaScript › Better Pull Quotes??? › Re: Better Pull Quotes???
March 21, 2010 at 10:46 pm
#72692
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: