I'm using CKEDITOR for my page, but the problem is CKEDITOR only loads after everythings are loaded(etc: img), even using CKEDITOR.replace('id').
How can I run CKEDITOR right after document ready but not window onload?(I'm using jQuery)