albumLabel
"Image %1 of %2"
The text displayed below the caption when viewing an image set. The default text shows the current image number and the total number of images in the set.
Что я не так делаю?Не понимаете, что setInterval принимает в качестве аргументов.
Note: The results of this function are cached. See clearstatcache() for more details.php.net/manual/en/function.is-file.php
$("#scrollUp").removeClass("show");
$("#scrollUp").click(function(event) {
event.preventDefault();
$("html, body").animate({
scrollTop: 0
}, 1500);
});
$(window).scroll(function() {
$("#scrollUp").toggleClass("show", ($(this).scrollTop() > 500));
});