You are viewing the Author Archive for Justin
Jun
07
JavaScript - Enable Tabs In Textareas
Almost every web application that I have seen or used does not allow the user to use the TAB button in textareas to actually insert tabs. Instead it just moves the focus to the next element of the document. True, that is the intended way the browser uses tabs but today's applications should be a little more user friendly.
When I ...
RSS ?