/ Published in: jQuery
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.
Just need to write `Quote Text Here` in your HTML instead of the other markup necessary.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('blockquote').prepend(" <span class='bqstart'>“</span> "); $('blockquote').append(" <span> </span><span class='bqend'>”</span> ");