我有以下HTML代码
<iframe src="http://localhost:8080/fosweb/service/lead/photos/shuffle?batchId=Cars_13164926417723&agentId=9">
</iframe>
js代码是
$(function(){
$('iframe').load(function(){
$(document).on('click','.idPhotosOnly li a', function(event) {
event.preventDefault();
alert($(this).attr("href"));
});
});
});
当我们点击该标签时,它必须获取属性