JavaScriptUtils.js gives an error in IE11
JavaScript utilities, including input masks and data parsers
Brought to you by:
luisfpg
While using an inputmask on a textbox in IE11 JavaScriptUtil.js generates an error on line 71: object.attachEvent("onclick",handler) The property or method attachEvent is not supported by this object.
It works fine in IE8 and google chrome.
The error is also generated in the sample located here:
http://javascriptools.sourceforge.net/samples/sample_mask.html
Released in version 2.2.5