サイトにオブジェクトを埋め込んでいて、そこから div を削除したいと考えています。それは可能ですか?オブジェクトタグ内の特定のIDを持つdivをjQueryで削除したいです。以下のjQueryを試しましたが、埋め込みオブジェクト内のdivが選択されません。
$("div").filter(function(){
console.log(this.id); // i don't see any of the id's from the div's inside my object
});
編集:
<object data=http://www.msn.com width='100%' height='100%'>
<embed src=http://www.msn.com width='100%' height='100%'>
</embed> Error: Embedded data could not be displayed. </object>
サイトの埋め込みオブジェクト内の div を削除する必要があります。
助けてください。
ありがとう