While
working with Simple Modal jQuery plugin, you may get error ‘Object doesn't
support property or method removeExpression' in IE9 browser, if you are using
older version of Simple Modal plugin.
The error is due to the fact that support
for dynamic properties has been removed in IE 9, so none of the getExpression,
removeExpression, setExpression and recalc methods are supported. These methods
exist in version 8, but using those raises exceptions.
Solution: Upgrade your Simple Modal plugin
with latest plugin, latest release at the time of writing this post is SIMPLEMODAL1.4.4, and with that you’ll not get error anymore, or if you don’t want to
upgrade the jQuery plugin then try to update your plugin code like this one.
Hope that helps!!!
Hi, thanks for the post. But I'm running 1.4.4.min and getting the error anyway. Do you have an idea what might be going on?
ReplyDelete