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