$(".item").animate(
{marginLeft:"-100px", opacity: "0"}, 200,
function() {
$(this).animate(
{marginLeft:"80px"},100,
function(){
$(this).empty('')
}
)}
)
menu = $('menu ul');
menu = $('.menu ul');
var pull = $('#pull'),
menu = $('.menu ul'),
menuHeight = menu.height();
video::-webkit-media-controls {
display:none !important;
}
$('header').fadeOut(400, function() {
//fadeOut complete
$(this).show(0, function() {
..... и так далее
})
})
...«тут нельзя оставлять пробел» и подобное.