Download textarea_tab.js
USAGE
javascript
<script src="jquery.js"></script>
<script src="tab_input_k.js"></script>
<script>
$(function(){
tab_input_k("#ta1");
});
</script>
html
<textarea id="ta1"></textarea>
SAMPLE
- Please be tab input in textarea.
- Be Tab Input while selecting text.
- Reverse by pressing the shift key and the tab key.