Apply function on parent element of iframe

{ // deep_execution_view
const authorName = "Anushri Mathur";
//
const publishDate = "January 4, 2016";
$(function(){

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

//Your Code

});

});

 

}