标签: javascript jquery css
我正在尝试使用jquery将元素添加到iframe的主体。
$('iframe body').prepend('<div id="shader" />');
它不起作用。它似乎与选择器有关吗?