On an event, The texarea is set to readonly. But when user click it, it shows text cursor blinking in textarea.
<textarea readonly="readonly"></textarea>
Fiddle: https://jsfiddle.net/foeyo7qc/
Requirement: The textarea should be readonly (not disabled); but on click of it the text cursor should not be displayed blinking.
is there any way to do it through jQuery?
Update:
Browser: IE-10+ Mozilla Latest Chrome Latest