Open dispatchrabbi opened 11 years ago
$('<table>').range().select(); throws an "Unspecified Error" in IE 10. I am not sure whether this applies to other IE versions as well. Seems to be fine in Chrome.
$('<table>').range().select();
Here's a fiddle that demonstrates the problem and a workaround: http://jsfiddle.net/ZRZws/
$('<table>').range().select();
throws an "Unspecified Error" in IE 10. I am not sure whether this applies to other IE versions as well. Seems to be fine in Chrome.Here's a fiddle that demonstrates the problem and a workaround: http://jsfiddle.net/ZRZws/