得到的HTML很少(有时4,有时15:
<button type="button">
<img class="bv-image-wrapper" src="http://lsco.scene7.com/..">
</button>
和
$('.bv-image-wrapper').click(function(event) {
alert('blah blah');
});
除FireFox外,它适用于所有浏览器。控制台中没有错误。点击处理程序内的断点未被命中。我生气了。请帮忙