I\'m executing these simple rows of javascript in latest ie 11, just to select all content of a div
Here a screenshot from ie11 dev tool
I resolved using this trick:
I wrapped the html table with a DIV
I use the same code, as is, with no changes, against the DIV, instead of using for selecting only the table.
It's working.
Probably html table is not a selectable text for IE