Revision: 34921
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        at October 30, 2010 06:44 by chendrix
                            
                            Updated Code
$('blockquote').prepend(" <span class='bqstart'>“</span> ");
$('blockquote').append(" <span> </span><span class='bqend'>”</span> ");
                                
                            Revision: 34920
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        at October 30, 2010 06:41 by chendrix
                            
                            Updated Code
$('blockquote').prepend(" <span class='bqstart'>“</span>" )
$('blockquote').append(" <span> </span><span class='bqend'>”</span> ");
                                
                            Revision: 34919
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at October 30, 2010 06:36 by chendrix
                            
                            Initial Code
<script type="text/javascript">
	$('blockquote').prepend(" <span class='bqstart'>“</span>" )
	$('blockquote').append(" <span> </span><span class='bqend'>”</span> ");
</script>
                                Initial URL
Initial Description
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 `<blockquote>Quote Text Here</blockquote>` in your HTML instead of the other markup necessary.
Initial Title
Add curly quotes with classes around blockquotes
Initial Tags
Initial Language
jQuery