I have a textarea with with attribute dir="rtl" and my text looks there good
But when I'm trying to retrieve the value of textarea in JS (for example through jQuery, or through native JS), I'm receiving it in the wrong way: "שם: NAME נהרי"
Is it possible to get it in JS (not in textarea) in right way?