我用jquery设置了一个高度。设置此高度后,将执行另一个功能。重要的是,当设置第一个高度时,首先执行此函数。这是我的代码
$('.equal-height2').height(max_height2, function() {
alert('###');
pc_img_height = $('.podcasts-meta-img').height();
$('.podcasts-meta-img').width(pc_img_height);
})
警报此刻被解雇了。