JSFiddle - React, Tailwind, and code Playground
by ynhat
HTML
<textarea id="r">Hello, this is random text. i want to select -> THIS </textarea>
JavaScript
alert($('#r').val().substr(-5));
by ynhat
<textarea id="r">Hello, this is random text. i want to select -> THIS </textarea>
alert($('#r').val().substr(-5));