Add curly quotes with classes around blockquotes


/ Published in: jQuery
Save to your folder(s)

Adds the curly quotes along with the classes for [Big Curly Blockquotes](http://snipplr.com/view/263/big-curly-quotes-markup/ "Big Curly Blockquotes")

Just need to write `Quote Text Here` in your HTML instead of the other markup necessary.


Copy this code and paste it in your HTML
  1. $('blockquote').prepend(" <span class='bqstart'>&#8220;</span> ");
  2. $('blockquote').append(" <span>&nbsp;</span><span class='bqend'>&#8221;</span> ");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.