jquery How to set a BIND in an iframe window? [duplicate]
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
精彩评论