我正在嘗試使用ckeditor來過濾單詞(螞蟻,單詞)。這對正常textarea可以正常工作。 http://jsfiddle.net/fqthJ/22/。現在我用的CKEditor http://jsfiddle.net/s47M3/35/嘗一嘗,但我得到以下錯誤Uncaught TypeError:無法使用Ckeditor調用未定義的方法'toLowerCase'
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined using Ckeditor
如果您在控制檯上查詢,我得到上述錯誤只有一次我鍵入過濾詞(螞蟻和字),否則沒有錯誤出現。
請幫
將'$(this).val()。match(regAry [index])'更改爲'value.match(regAry [index])'; '這'不是你認爲它是 – Ian
thnx伊恩,你的答案也工作... –