jquery globalcss IE opacity
问题 I'm using a jquery globalcss plugin to change global stylesheets. It doesn't handle opacity and IE. I've been trying to get it to work with no luck. Here's my attempt to force the plugin to try to understand IE style opacity. function changeCss (property, value, target) { if (property === "opacity") { $(target).globalcss("filter","alpha(opacity="+value*100+")"); /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */ $(target).globalcss("-MS-filter","\"progid:DXImageTransform.Microsoft