jQuery-Gaussian-Blur icon indicating copy to clipboard operation
jQuery-Gaussian-Blur copied to clipboard

Fixed IE9 support, added CSS and doDeleteOrig option

Open the-mars opened this issue 11 years ago • 2 comments

Internet Explorer 9 does not support the SVG, so it has to use the improved IE6-8 code. To ease implementation CSS is moved from the index.html to the jQuery extension. And a doDeleteOrig option is added to remove the original from the DOM tree.

the-mars avatar Jun 26 '14 12:06 the-mars

Hi Thanks for this pull request. IE9 supports SVG http://caniuse.com/svg Maybe you're using quirks mode.

  • Finom

finom avatar Jun 26 '14 17:06 finom

Hi Finom,

Thanks for your reply. I was using your example index.html with a filesystem URL. May be that triggers quirks mode. But don't you like having less depencies on style rules? I do. Therefore I have moved the required CSS to the jQuery plugin code.

Regards, the-mars

the-mars avatar Jun 26 '14 20:06 the-mars