Tagged Questions

2
votes
1answer
215 views

change backcolor of part of text using javascript?

i have some part of text with html tags , for example <b>something</b> i select some part of text for example "some". with getSelection().getRangeAt(0); i get position of caret ...