There is a text with formatting: " TEST ". I get the selected text using $(element).summernote('createRange'); Gives: "TEST" without formatting. How can I get the same text, but only with formatting?
|
There is a text with formatting: " TEST ". I get the selected text using $(element).summernote('createRange'); Gives: "TEST" without formatting. How can I get the same text, but only with formatting?
Source: https://ru.stackoverflow.com/questions/751605/
All Articles