// QinIE 1.0 - jQuery plugin - Q tags display in IE as they do in other browsers // created (3/14/2007) by Andrew Clarke for your unconditional usage jQuery(function(){ if (jQuery.browser.msie/*&&jQuery.browser.version<#*/) jQuery('q').each(function(){ jQuery(this).parents('q').length>0?jQuery(this).prepend('‘').append('’'):jQuery(this).prepend('“').append('”'); }); });