Closed nileshku closed 10 years ago
I was checking the plugin demo in IE8 mode. Please find attached screenshot . btw really nice plugin
Thanks for the details! Will try to investigate this soon.
I'm experiencing this as well.
Fixed by @watsoncj in his PR. Big thanks!
Funny thing is, the bug wasn't present in the minified file; there's no difference between jquery.foggy.min.js version 1.1 and version 1.1.1 (apart from randomized variable names). The fix was all about using different literal notation, and it turns out that the minifier converted everything to that notation anyway.
Summarizing:
1) If you were using jquery.foggy.min.js v1.1, there's no need for you to update. 2) If you were playing with jquery.foggy.js v1.1, please do update, switch to jquery.foggy.js v1.1.1 .
Thanks for the feedback! Please provide more details. A screenshot and the source code of the page that doesn't work would be most helpful.