jQuery-Gaussian-Blur
jQuery-Gaussian-Blur copied to clipboard
Fixed IE9 support, added CSS and doDeleteOrig option
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.
Hi Thanks for this pull request. IE9 supports SVG http://caniuse.com/svg Maybe you're using quirks mode.
- 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