addEventListener to iFrame

I'm tryin to add event listener to mouseup inside iframe object: $("#myIFrame").contents().find("body").bind("mouseup", function() { //e.preventDefault(); //doesn't make difference alert('...