为什么Typed.js不适合我的情况?

时间:2017-09-08 05:20:11

标签: javascript jquery html css

我的问题是typed.js不起作用。

代码:

FrenchRepublicanCalendar

2 个答案:

答案 0 :(得分:1)

我只是想知道如何开始:

结构:

  <html>

  <head>
    <title>title</title>
    /* add you styles or scripts here... */ /* to add style.css */
    <link rel="stylesheet" href="./style.css" />
  </head>

  <body>
    HTML Content 
    /* include your scripts according to priority */

  <script>
      /* custom script goes here */ 
  < script >

  </body> 
   </html>

答案 1 :(得分:1)

(代表OP发布)

对于没有看到问题的任何人,由于评论旁边的括号,它的语法错误。

var typed = new Typed(".typing", options);
}); <!-- problem is here -->
相关问题