Skip to content

Instantly share code, notes, and snippets.

@peteroome
Created September 26, 2009 12:40
Show Gist options
  • Select an option

  • Save peteroome/194209 to your computer and use it in GitHub Desktop.

Select an option

Save peteroome/194209 to your computer and use it in GitHub Desktop.
This is the markup that is used for the fading in and out content jquery pluign.
<ul id="quotes">
<li class="showing">
<blockquote>
<p>“…very professional, providing us with support and guidance throughout”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
<li>
<blockquote>
<p>“Simply brilliant”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
<li>
<blockquote>
<p>“You gave us everything we need to take action if we want to.”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
<li>
<blockquote>
<p>“Your company provides all the information we need.”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
<li>
<blockquote>
<p>“We pride ourselves on leading the field with cutting-edge technology”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
<li>
<blockquote>
<p>“You delivered significant savings and a major shift.”</p>
<p><cite><img src="some_image.gif" alt="Company X" /></cite></p>
</blockquote>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment