开发者

jquery How to set a BIND in an iframe window? [duplicate]

开发者 https://www.devze.com 2023-01-27 16:35 出处:网络
This question already has an answer here: Closed 12 years ago. Poss开发者_JAVA百科ible Duplicate: JQUERY BInding to an iFRAME
This question already has an answer here: Closed 12 years ago.

Poss开发者_JAVA百科ible Duplicate:

JQUERY BInding to an iFRAME

using jQuery how do you set a bind event inside an iframe window?

thanks


$('input', document.iframe1.contentWindow.document).change();

where iframe1 is an iframe

0

精彩评论

暂无评论...
验证码 换一张
取 消