I have some problem with this jQuery code. I'm new at this but it works in FF and yet breaks in Chrome and Safari. Grateful for suggestions in any way.
$('#level1nav ul li a:last').click(function () {
$(lastBlock).animate({height:"400px"}, {queue:false, duration:500,
complete: function()
$(line).animate({width:"0px"}, {queue:false, duration:500,
complete: function() {window.location="?info"}
})
});
return false;
});