Difference between revisions of "Team:SVCE Chennai/Javascript"
Abrahamrkj (Talk | contribs) |
Abrahamrkj (Talk | contribs) |
||
Line 1: | Line 1: | ||
$(function(){ | $(function(){ | ||
$("#minicellIntro").typed({ | $("#minicellIntro").typed({ | ||
− | strings: ["Hello ! I'm Minicell | + | strings: ["Hello ! I'm Minicell !"], |
typeSpeed: 0 | typeSpeed: 0 | ||
}); | }); | ||
}); | }); |
Revision as of 13:21, 9 September 2015
$(function(){ $("#minicellIntro").typed({ strings: ["Hello ! I'm Minicell !"], typeSpeed: 0 }); });