This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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(){}}); | |
}); |