Key events not working for multiple ckeditors
问题 I have this jsfiddle Here a filter word is alerted to the user when he types it on the ckeditor .In my example the filtered words are ants and words .So if you type these words it will alert the user. html <input type="textarea" id="editor1"/> <div id="dest"></div> js var filter = ['ants', 'words'], // our list of words regAry = new Array(), // we'll create one regex per word for testing alertedWords = new Array(), // keep track of how many words there were at the last alert, for each word