TimelineJS3 如何将日期粘贴到弹出窗口?
Posted
技术标签:
【中文标题】TimelineJS3 如何将日期粘贴到弹出窗口?【英文标题】:TimelineJS3 how paste date to the popup? 【发布时间】:2016-04-23 20:32:28 【问题描述】:如何将发布日期移至弹出窗口?
请看图片iamge
我正在尝试这段代码`
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);`
还是不行
【问题讨论】:
【参考方案1】:您可以使用以下 jquery 水平时间线.js 库。它易于使用,您可以自定义它。我想对你有帮助:https://codyhouse.co/demo/horizontal-timeline/index.html
【讨论】:
以上是关于TimelineJS3 如何将日期粘贴到弹出窗口?的主要内容,如果未能解决你的问题,请参考以下文章