I want to load the default text into textarea like this
Usually we can assign the values while page load using below code
$(document).ready(function() {
$('#text_area_id').val('Hello,How may help you...');
});
but i want the text one by one i.e., H then E then L then L then O as we are typing in the keyboard.Kindly refer the link i have given.
(forgive my english)
Try this plugin (jquery.typewriter)