m#
Size: a a a
m#
m#
Э😈
e
z
J
J
VL
window.addEventListener('scroll', function(){
for(let i=0; i<sections.length; i++){
if(sections[i].getBoundingClientRect().y == 60){
sections[i].style.backgroundColor = 'red';
}
}
});R
z
MR
(function() {
'use strict';
$('.input-file').each(function() {
var $input = $(this),
$label = $input.next('.js-labelFile'),
labelVal = $label.html();
$input.on('change', function(element) {
var fileName = '';
if (element.target.value) fileName = element.target.value.split('\\').pop();
fileName ? $label.addClass('has-file').find('.js-fileName').html(fileName) : $label.removeClass('has-file').html(labelVal);
});
});
})();MR
j
MR
r
VL
m#
BB