targeting the parent window using jQuery

前端 未结 4 533
死守一世寂寞
死守一世寂寞 2020-12-11 23:53

Here is the sample code which I am not able to solve. I did it using javascript, but when I am doing using jQuery, I do not able to target the element.

Script :

4条回答
  •  执念已碎
    2020-12-12 00:19

    to select element with id within the parent window

    $('#iframeOne',window.parent.document);
    

提交回复
热议问题