Skip to content

Instantly share code, notes, and snippets.

$(document).ready(function(){
setInterval(function() {
$("#caret").toggle();
}, 600);
$("#typeMe").typewriter("So, here we are, today is February 14th, and you're talking to a robot. How is your love life?", {'onComplete':function(){}});
});