<script type="text/javascript">
$(document).ready(function() {
$('#kv_text_box').bind('copy paste cut',function(e) {
e.preventDefault(); //this line will help us to disable cut,copy,paste
});
});
</script>
LittleStain bro...
i found the script. but i don't understand how can i use this script on Advance Textarea plugin...