Closed gkalabin closed 10 years ago
I think that it's the iframe cross domain problem. jsfiddle is using iframe to show the result. Can you have a try on Caret.js home page to check if the problem is exists ? I can't find a windows shipping with IE 10.
Or you can try to issue console.log(document.domain);
in jsfiddle to check if you can access the document object without errors.
line 133 in jquery.caret.js is just trying to do this:
var oDocument = document;
oDocument.selection
please report here if the problem is still exists.
Hi! Simple demo on jsFiddle like this http://jsfiddle.net/gkalabin/LcCEw/ does't work in IE10: