Tag: fontawesome 4.4.0

在select2 V4下拉项目中添加fontawesome图标

我试图在Select2 v4下拉项目中显示fontawesome图标。 但是下拉列表显示的是html并且没有生成实际图标。 此方法适用于select2 V3,但似乎不适用于v4。 任何帮助表示赞赏。 谢谢 HTML Dribbble Dropbox Facebook JS function iformat(icon) { var originalOption = icon.element; return ‘ ‘ + icon.text; } $(‘.icons_select2’).select2({ width: “100%”, templateSelection: iformat, templateResult: iformat }); 请参阅小提琴,获取示例: http : //jsfiddle.net/qCn6p/206/