$(document).ready(function() { // CKEditor $('#editor_text').ckeditor({ skin: 'v2', height: '300px' }); });
Works fine in 3.6.0, but not in 3.6.1. Error message in FF WebDeveloper: $("#editor_text").ckeditor is not a function
Any suggestions?
$(document).ready(function() { // CKEditor $('#editor_text').ckeditor({ skin: 'v2', height: '300px' }); });