background: rgba(245,245,245,1);
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 50%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(50%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 50%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 50%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 50%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 50%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed', GradientType=0 );
<label id="lastname-error" class="error" for="lastname">Введите не мение 3-х символов</label>
<label id="lastname-error" class="error valid" for="lastname">Готово!</label>
<span class="prev"><</span>
<span class="next">></span>
$( '.prev' ).on('click', function() {
var newSlider = sliderInt - 1;
showSlider(newSlider);
});
$( '.next' ).on('click', function() {
var newSlider = sliderInt + 1;
showSlider(newSlider);
});
$( docunent ).on('click', '.prev', function() {
var newSlider = sliderInt - 1;
showSlider(newSlider);
});
$( documetn ).on('click', '.next', function() {
var newSlider = sliderInt + 1;
showSlider(newSlider);
});
<div id="mapBox">
у него своя высота, которая меняется как я понимаю от размеров монитора и у нас есть див в который обвернута карта <div id="map">
, тогда в JQuery пишем всего две строчки и все будет работатьvar mapHeight = $( '#mapBox' ).height();
$( '#map' ).css('height', mapHeight);
<div class="row">
<div class="col-lg-* col-md-* col-sm-* col-xs-*">
<label>.....</label>
<input>
</div>
</div>
var height = $(window).height(),
width = $(window).width();
if (height > 600 && width > 1900) {
$('.....').animate({
param1: value1,
param2: value2},
speed, function() {
});
} else {
$('.....').animate({
param1: value1,
param2: value2},
speed, function() {
});
};
$('.....').animate
$.each( $("#mytable tr"), function(index, val) {
var _text = val.text();
});
display: none;
opacity: 0;
<div style="display: none;">счетчик</div>