В
Size: a a a
В
~
П️
П️
$(this).remove().prependTo($(this).parent())
?П️
П️
П️
.on('wheel', function (e) {
e.preventDefault();
var jqEl = $(this);
jqEl.animate(
{scrollLeft: jqEl.scrollLeft() + (e.originalEvent.deltaY > 0 ? 60 : -60)},
100, 'linear');
});
A
П️
П️
$(this).scrollLeft(33.33 * e.originalEvent.deltaY + $(this).scrollLeft());
П️
A
A
EM
ГН
GU
A