3

有没有一种方法可以使用 jquery 实时监听事件并检查是否使用 Aloha 编辑器在页面上插入了特殊字符,并且 jquery 会将此特殊字符设置为内联样式

font-family: FontAwesome

例如,我正在使用 Aloha 编辑器,当我插入特殊字符(即“勾号”)时,编辑器会插入特殊字符并使用正文字体系列,但此特殊字符需要设置为 font-family:FontAwesome它将特殊字符转换为像这样的刻度: 所以目前当我插入特殊字符时,它看起来像 [] 而不是“刻度”。

我不知道这是否会添加任何其他信息,但我在 Aloha 编辑器中用于配置的字符选择器插件设置:

characterpicker: {
        // this is the global setting
        config: [''],
        editables: {
            // this will disable the characterpicker for the header
          //  '#header': '',
            // allow more characters for editables with class 'article'
           // '.aloha-editable': ['&#38','&#34','&#162','&#8364','&#163','&#165','']
        }
},

谢谢 :)

4

0 回答 0