I've been playing with the jquery designMode plugin, and am trying to find a way to detect when any change or edit has been made within the designMode-enabled iframe, so that I can add a class to a containing element (e.g. class="edited"). Even something as simple and imprecise as adding a click event to the iframe doesn't appear to do anything. Any suggestions?
thanks rolfsf

