Javascript TimelineJS3如何将日期粘贴到弹出窗口?

Javascript TimelineJS3如何将日期粘贴到弹出窗口?,javascript,jquery,timeline.js,Javascript,Jquery,Timeline.js,如何将发布日期移动到弹出窗口 请看图片 我在试这个密码` this._el.text = TL.Dom.create("div", "tl-timemarker-text", this._el.content); this._text = TL.Dom.create("h2", "tl-headline", this._el.text); this._el.date

如何将发布日期移动到弹出窗口

请看图片

我在试这个密码`

    this._el.text                   = TL.Dom.create("div", "tl-timemarker-text", this._el.content);
    this._text                      = TL.Dom.create("h2", "tl-headline", this._el.text);
    this._el.date               = TL.Dom.create("h3", "tl-headline-date", this._el.text);
    this._el.date               =  TL.Util.unlinkify(this.data.date);`
但它仍然不起作用

您可以使用以下jquery horizontal timeline.js库。它易于使用,您可以自定义它。我认为这将有助于你: