SimpleModal 1.4.3, Official GitHub release
jQuery 1.8.0 minified, Google CDN version
IE 9 (no compatibility mode), Windows 7 x64
- I have an ASP.NET MVC 4 Release Candidate application that contains the
pre-minified simplemodal release from
http://cloud.github.com/downloads/ericmmartin/simplemodal/jquery.simplemodal.1.4
.3.min.js
- The plugin is being included directly; i.e., no ASP.NET MVC 4 bundle is being
used
- When I attempt to call $.modal from a jQuery click handler, I receive the
following JavaScript error (only in IE 9 with no compatibility mode):
Error: Object doesn't support property or method 'removeExpression'
It looks like this error is occurring on what is line 448 of the non-minified
script. If I change the contents of the plugin file to the non-minified
version, it works. If I set up an ASP.NET MVC 4 bundle and include the
non-minified version of the plugin with the JsMinify bundle transformer, it
works.
Original issue reported on code.google.com by nathan.a...@gmail.com on 15 Sep 2012 at 2:25
Original issue reported on code.google.com by
nathan.a...@gmail.com
on 15 Sep 2012 at 2:25Attachments: