bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

Trying to select a table throws an error on IE 10 #105

Open dispatchrabbi opened 11 years ago

dispatchrabbi commented 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.

Here's a fiddle that demonstrates the problem and a workaround: http://jsfiddle.net/ZRZws/