Jquery - IE not implemented error (in IE 8)

前端 未结 1 1011
傲寒
傲寒 2021-01-16 02:07

I am having an IE not implemented JavaScript error and it seems not to have anything to do with what ive been reading on so far on this website.

Im using jquery.simp

1条回答
  •  盖世英雄少女心
    2021-01-16 02:45

    .setExpression() and .removeExpression() are non-standard methods. In IE8 Microsoft removed support for them in standards mode (which the XHTML doctype triggers) because they were trying to make their browser more standards-compliant.

    There's an issue in simplemodal's issue bug tracker discussing this. Apparently it has been fixed in version 1.4.1, but you're using 1.2.2. They must have stopped relying on these methods; you'll have to upgrade.

    0 讨论(0)
提交回复
热议问题