What can be used instead of document.selection/document.getSelection to get the selected value for IE11? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

14th Dec 2016, 12:30 PM
Ayan Banerjee
Ayan Banerjee - avatar
1 Answer
+ 2
use document.msSelection instead. If you want to make properties compatible you can sometimes use prefixes like ms, moz or webkit.
29th Sep 2017, 6:24 PM
David
David - avatar