I'm trying to add an element to the body of an iframe using jquery.
$('iframe body').prepend('<div id="shader" />');
It doesnt work. It seems to have to do with the selector?
I'm trying to add an element to the body of an iframe using jquery.
$('iframe body').prepend('<div id="shader" />');
It doesnt work. It seems to have to do with the selector?