$('#submissions').fadeOut('slow', function() {
$('#submissions').html(SubmissionArray[CurrentIndex][2]).fadeIn('slow');
});
$('#header_picture').fadeOut('slow', function() {
$('#header_picture').attr("src","images/bl"+ currentIndex++ +".jpg").fadeIn("slow");
});
No comments:
Post a Comment