0
What can be used instead of document.selection/document.getSelection to get the selected value for IE11?
What can be used instead of document.selection/document.getSelection to get the selected value for IE11
1 Answer
+ 2
use document.msSelection instead.
If you want to make properties compatible you can sometimes use prefixes like ms, moz or webkit.