$('.faith-circle').on('mouseenter', function() {
$(this).toggleClass('blue');
});
$('.s30').click(function(){
$('.ul-w-productCard__description:contains("Size 30")').parent().fadeToggle();
});
const data = {};
const $inputs = $('.js-input input[name^=params]:nth-child(odd)');
$inputs.each(function() {
const $first = $(this);
const $second = $first.next();
const regexp = /\[(\d+)\]\[(.+?)\]/;
const [, value, name] = $first.attr('name').match(regexp);
const [,, id] = $second.attr('name').match(regexp);
data[value] = {
[name]: $first.val(),
[id]: $second.val()
};
});
document.querySelector('button').addEventListener('click', () => {
const block = document.querySelector('#block');
block.innerHTML = block.innerHTML.replace(/(.*?)<h1>/, (_, $1) => {
const words = $1.trim().split(' ');
return `<h1>${words.slice(0, -2).join(' ')}</h1> ${words.slice(-2).join(' ')} <h1>`;
});
});
setInterval(function (i) {
$('textarea[data-lang="' + i + '"]').attr('placeholder', langQz[i]);
}, 20, i)
я понимаю, что это делается через регуляркувы должны понимать, что это не делается через регулярки