Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Cle editor

edited June 2011 in Vanilla 2.0 - 2.8
Hi everybody

I am trying to detect a keyup evnet with cleditor without succes
anybody can help me ?

I have try this but nothing append

$("#input_box").bind("onkeyup", function(){
alert("key pressed");
});

very simple code, i don't know why doesn't work

Sign In or Register to comment.