/ Published in: jQuery
Adds the curly quotes along with the classes for Big Curly Blockquotes
Just need to write <blockquote>Quote Text Here</blockquote> in your HTML instead of the other markup necessary.
Expand |
Embed | Plain Text
$('blockquote').prepend(" <span class='bqstart'>“</span> "); $('blockquote').append(" <span> </span><span class='bqend'>”</span> ");
You need to login to post a comment.
