jquery-toast-plugin icon indicating copy to clipboard operation
jquery-toast-plugin copied to clipboard

Plugin is broken in IE 8

Open seneyr opened this issue 6 years ago • 1 comments

When I try to use the 1.3.2 release of the plugin with IE 8, I get a script error on line 47. The error reported by IE is "Expectred identifier, string or number":

Message: Expected identifier, string or number Line: 47 Char: 17 Code: 0 URI: https://localdev.webserver.com/assets/js/jquery.toast.js

seneyr avatar Jun 27 '18 19:06 seneyr

class is key word for ie please edit class: "jq-toast-single" - > "class": "jq-toast-single" this.options.class -> this["options"]["class"]

taniwha100 avatar Jul 05 '18 03:07 taniwha100