标签: javascript jquery
是否可以在任何方法中将函数绑定到跨域iframe上的事件?
我尝试了以下但没有成功
jQuery("#itranpayform").load(function () { jQuery(this).contents().find("body").on('click','#sumli', function( event ) { alert(123); }); });