Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<script>
$(function(){
$(".element").typed({
// strings: ["hello, " + $('#uname').html(), "How are you?", "Me? Oh I\'m just fine thanks."],
strings: ["hello, " + {{ main.user.name }}, "How are you?", "Me? Oh I\'m just fine thanks."],
typeSpeed: 0
});
});
</script>
<div class="element"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.