Wacky question: I'm working on a project where I'm integrating CKEditor into a form structure that also utilizes the jQuery Validation plugin ( http://bassistance.de/jquery-plugins/jq ... alidation/ ). I've already been able to resolve the first problem I encountered here (where the form had to be submitted twice) but now I have a new problem: when a validation rule kicks in, the plugin inserts the error message text into a new label tag which is inserted after the textarea in the DOM -- which means it's being inserted before the CKEditor instance that the user is actually editing.
It's likely that there's some significantly more complex solution to this problem, but I realized that I could solve it quite easily if there's a way to have the CKEditor inserted into the DOM above the textarea it's replacing rather than below. So: does anyone know of a good way to do this?
Sun, 12/27/2009 - 03:40
#1