jquery keyup on the data inside CKEDITOR
问题 I'm building a little fake html/css mobile phone which automatically inserts data from a several input boxes on a page like so: (the phone is inserted using an iframe..(don't ask)..) $('#mgSiteDescription').bind('keyup', function() { var iframedoc = $('.liveDemoFrame').get(0).contentDocument; $(iframedoc).find('#header h2').html($(this).val()); }); This works absolutely fine for my input fields. Now, I'm using CKEditor for my textareas which brings me to my problem. As the textarea isn't