Please help me
that is my code
<head>
<script src="/ckeditor/ckeditor.js"></script>
</head>
<html>
<form id="ed">
<textarea cols="680" style="width:900px;" id="editor1" name="editor1" rows="15">
</textarea>
<input type="button" style="" class="button_adm apply2_btn" value="Проверить">
</form>
<script>
CKEDITOR.replace( 'editor1' );
$('.apply2_btn').click(function(){
alert($('#editor1').val());
});
</script>
</html>
I can not see the result in the Alert button is pressed?
Once I typed 123 and I see 123 in alert later when even I type other simbols
What's wrong?, textarea displayed as CK Editor view

i have the same problem
i have the same problem.Please help