I need to insert a tab into a textarea when a tab is clicked rather than moving the focus to the next element.
I’ve done some research but found no solutions that actually use tab instead of a series of spaces.
How would I do this and how would I insert a true tab instead of 4 spaces?
jsFiddle example.
JavaScript:
Ripped without shame from here.