jquery library inside iframe can be access outside ? code example
Example: get an element from outside of iframe jquery
$('#test1', parent.document).html('<h1>clicked</h1>');
$('#test1', parent.document).html('<h1>clicked</h1>');