Jquery detect change or keyup on body tag within iframe
问题 I have a jwysiwyg content editor control on my page. The control works by creating itself in an iframe which has a full html page code within it. I wish to detect if there has been a change or keyup so I can use our "indicate the record needs to be saved" code. We have input boxes and this work fine, just this 3rd party editor control is giving us problems. Here is what the page source looks like: <div id="this_is_our_div_Container"> <div class="wysiwyg"> <iframe id="f_Body-wysiwyg-iframe">