I have a jquery animate function with a callback that isn't firing, I think it's something simple that another pair of eyes will pick up quickly. This is the code:
$('#base_back_img').animate({
width:372,
height:389,
marginLeft:0,
paddingTop:0,
marginTop:1
}, {duration:300, queue:false},
function() {
$('#menu-text').css({
display:'block'
});
$('#mini-menu').fadeOut();
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…