J
Size: a a a
J
О
function scroll() {
if (window.scrollY > 0 && window.scrollY < 50) {
$("html, body").animate(
{ scrollTop: $(window).height() - 61 },
350,
);
}
}
var CurrentScroll = 0;
$(window).scroll(function (event) {
var NextScroll = $(this).scrollTop();
if (NextScroll > CurrentScroll) {
scroll();
}
CurrentScroll = NextScroll;
});
Рк
Рк
J
Рк
Рк
J
Рк
J
Рк
Рк
Рк
Рк
Рк
J
СВ
$.ajax({почему этот url в маршрутах php становится этими:
url: "task/edit/" + event.target.dataset.id,
...})
значение в массиве routes.php: task/edit?
значение в массиве routes.php: task/edit/$1
значение в массиве routes.php: site/index
СВ
Рк