I\'m tryin to add event listener to mouseup inside iframe object:
$(\"#myIFrame\").contents().find(\"body\").bind(\"mouseup\", function() { //e.preventDe
Try this working on chrome, just tested
As per my knowledge, Iframe must be from same domain.
- jsFiddle demo