我正在使用jquery的Supersized 3.1.3插件,都很好用,我想知道是否可以将html添加到图像的title属性/幻灯片标题?下面的代码段的标题中包含html(可在精选网站上找到),但是我不确定如何将它在slidecaption div中重新编码为html。任何帮助表示赞赏,S。

定义图像的代码(部分):

slides  :   [       //Slideshow Images
            {
            image : 'images/temp-image.jpg',
            title : '<a href=/About/News/International_Innovation.aspx><h4>Building Bridges for International Innovation</h4> <p>Does studying art and design translate into creative business practices?  RISD + Morisawa team up to find out. </a></p>',
            url : 'http://www.nonsensesociety.com/2011/02/larissa/'
            }
        ]


幻灯片标题显示在以下div中:

<div id="slidecaption"></div>

最佳答案

如果在title:中使用常规HTML,它应该可以工作。

关于jquery - jQuery Supersized 3.1字幕,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7390247/

10-13 02:55