【发布时间】:2018-05-18 16:45:10
【问题描述】:
我在这里使用图标选择器:
https://github.com/farbelous/fontawesome-iconpicker
我只想显示“fa”图标,而不是“fab”、“far”、“fas”等。
我已经试过了,但对我没有用:
icons: [], // list of icon objects [{title:String, searchTerms:String}]. By default, all Font Awesome icons are included.
fullClassFormatter: function(val) {
return 'fa ' + val;
},
【问题讨论】:
-
你知道
fa和fas之间的区别??? -
我不知道先生,有什么问题吗?
标签: jquery icons font-awesome