у блока менялся размер border-radius? https://codepen.io/SansaciaCodenyx/pen/eYerzoM
Jquery .change()
$('input[type=range]').change(function(){ $(this).siblings('.what').css('border-radius', $(this).val() + 'px'); })
Обсуждают сегодня