Apply function on parent element of iframe

$(function(){

$('#successor_of_parent', window.parent.document).bind('_events_',function(){

//Your Code

});

});