Jquery – Select text in textarea, delete it by backspace/delete to add CSS for another element
I have a div and a textarea. I want to achieve two things: If I select all the text in the textarea, then press backspace or delete key, this will add the CSS style border: 1px solid red to the…