Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为此环顾了一段时间,但找不到任何东西。我正在尝试将车把模板与 qtip 结合使用。我想一种方法是将车把模板转换为字符串并将其作为值放在“内容”中,但我不确定如何将车把模板转换为字符串。
我该怎么做呢?
所以我明白了,对不起,如果问题不清楚,我不知道该怎么问!
objectData = {field1 : value, field2: value1} html = Handlebarstemplates[templateHere](objectData) $(".tooltip").qtip({ content:{ text:html } })