are you asshole ? did you read my post ? tell me what is bad on jQuery ? Why to dont use it, when I use it almost everywhere and it is usefull ... tell me ....
... why ? jQuery is more easy and it works same ... I do with jQuery just retriving html
$("#form_inputs_add .element").each(function(){
bla bla bla ....
});
and then saving it back(edited): ...
Hello, I have a problem with my code - I made a function to manage "divs" - moving them up, down or remove them (these divs are in one "container div" and I am using jQuery .each function to rebuild...
thank you for for your help :) I will try to look at this plugin code and do something with it ... I choosed CKEditor because it was new, so I think there will be a lot of fixies and more...
...I am using CKEditor in my project as editor for everything and yes, it is necessary - I didnt found anything more simple with same functions ... Other options for autosave ? I need autosave "while...
...its hard to explain ... I am trying a lot of things - first of all, I dont know where I should start :/ Add something to config ? or what ? ... I am not good at JS ... I tried to place...
I am lost :( I am looking into it for many hours, but I cant find a solution. I know there will be function to caught the onkeypress event, but I really dont know which function it is, how to...
Hello, I have problem with event listening in CKEditor.
I searched these forums for answer, but I didnt found it.
I need someting like "onkeypress" on textarea for CKEditor.
If I think well, I can...