【问题标题】:Return to line with intro.js返回与 intro.js 一致
【发布时间】:2013-06-26 07:58:45
【问题描述】:

我想知道 intro.js 是否可以返回到下一行。 我尝试了 \n 和其他类似的东西,但它们中的任何一个都有效,并且不可能在文档中找到类似的东西。 有人知道这是否可能吗?

<div class="pictos_menu" data-intro="You can find here the different elements.
                                      -first step
                                      -add chapter
                                      -invitations
                                      " data-step='4'>

【问题讨论】:

  • 此文本将呈现为 html。使用&lt;br/&gt;
  • 这是我没想到的作品。谢谢

标签: javascript intro.js


【解决方案1】:

这样做的正确方法是像这样使用

<div class="pictos_menu" data-intro="You can find here the different elements.<br/>
                                  -first step<br/>
                                  -add chapter<br/>
                                  -invitations<br/>
                                  " data-step='4'>

【讨论】:

  • 也可以写在同一行。
猜你喜欢
  • 2016-12-25
  • 1970-01-01
  • 2017-05-06
  • 2017-03-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-08-12
相关资源
最近更新 更多