写法错误
setTimeout(function() {
$(".fr-texteditor").css('color','red')
}, 100)
写着呢 少 ) 号
JS贴全啊
单引号改成双引号试试
$(".fr-texteditor").css("color":"red") }
,100)