如何通过GruntJS包含替换插件将HTML内容包含到Bootstrap Popover的内容选项中

时间:2014-08-13 16:25:26

标签: javascript jquery twitter-bootstrap gruntjs

g·天。

好吧,也许这个解决方案非常简单,但我对JS并没有那么多,也无法找到问题@include-replace GitHub页面以及其他地方的网页。

任务:

我只是想通过Bootstrap Popover的内容选项包含HTML内容,方法是使用" include-replace" Grunt JS插件。

代码:

   $('#foo').popover({
      html: 'true',
      title: 'Calendar',
      content: '@@include(\'includes/footer.html\')'
   });

结果:

我只是在popover的内容中显示了字符串:

@@include('includes/footer.html')

现在是" foo.html"。

的内容

知道如何实现这个目标吗?

歌词

我只是不想编辑JS中的HTML文件,因为popover将是巨大的。

0 个答案:

没有答案