Home JQuery在iframe中查找元素
Post
Cancel

JQuery在iframe中查找元素

1
2
3
$(window).on('load', function () {
    $('#mainiframe').contents().find('#myTab').remove();
});
This post is licensed under CC BY 4.0 by the author.