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

  1. Please be tab input in textarea.
  2. Be Tab Input while selecting text.
  3. Reverse by pressing the shift key and the tab key.