我想在iframe里的ajax执行完之后处理一些东西,上代码: 200
$("iframe").on('load',function(e){//alert($(this).html());var$obj=$(this);$obj.conten...
$("iframe").on('load', function(e) {
//alert($(this).html());
var $obj = $(this);
$obj.contents().find("body").find("a").each(function(ii,nn){
$obj.on("ajaxComplete",".datagrid-btable",function(){
alert(1);//这里是想执行的东西,单就是进不来!
})
$(nn).attr("href","#");
$(nn).unbind("mouseenter").unbind("mouseleave");
$(nn).removeAttr("onclick");
})
});
求大神指点! 展开
//alert($(this).html());
var $obj = $(this);
$obj.contents().find("body").find("a").each(function(ii,nn){
$obj.on("ajaxComplete",".datagrid-btable",function(){
alert(1);//这里是想执行的东西,单就是进不来!
})
$(nn).attr("href","#");
$(nn).unbind("mouseenter").unbind("mouseleave");
$(nn).removeAttr("onclick");
})
});
求大神指点! 展开
1个回答
2017-03-26
展开全部
$obj.on("ajaxComplete ready",".datagrid-btable",function(){
alert(1);
})
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询