opacity: 0
opacity: 1
.item .item-wrap .item-detail .products-thumb a.sw-quickview {
opacity: 0;
}
opacity: 1
.inactive {
pointer-events: none;
}
$('#analytics input').keyup(function() {
var emptyFields = $('#analytics input:required').filter(function() {
return $.trim(this.value) === '';
});
if (!emptyFields.length) {
console.log('form has been filled');
$('#analytics .button').removeClass('inactive');
}
});
Сайт на бустрапе
и вся эта штука должна быть адаптивной
#main:after {
display: block;
content: "";
clear: both;
}
<a class="to-top color-bg">...</a>
) внутри футера, у которого свойство z-index=2, ниже, чем у других блоков. position:fixed; /*соответственно поправить ее коордианты*/
z-index:99; /*значение, чтобы перекрыть другие блоки*/