$(function(){
$('#successor_of_parent', window.parent.document).bind('_events_',function(){
//Your Code
});
});
$(function(){
$('#successor_of_parent', window.parent.document).bind('_events_',function(){
//Your Code
});
});