if using IFRAME:

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

Reply via email to