【发布时间】: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);`
还是不行
【问题讨论】:
标签: javascript jquery timeline.js