Cle editor
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
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
0