level 6
$.colorbox({
href : 'detitle.jsp?name='+name+"&index="+index,
title : '详细信息',
width : 500,
height : 300,
onComplete:function(e){
$("#cboxClose").unbind();
$("#cboxClose").click(function(e){
$.colorbox.close();
});
}
});
2013年11月29日 06点11分
1
level 6
自己结贴了,弹出的其实是层,可以直接定位iframe
2013年12月26日 01点12分
3