if using IFRAME:
$('.yourselector iframe').load( function(){ $('body',
$('iframe').contents()).prepend('<script>JS HERE </script> '); });
if using IFRAME:
$('.yourselector iframe').load( function(){ $('body',
$('iframe').contents()).prepend('<script>JS HERE </script> '); });