var topicuser = $(".asked__him")[0].innerHTML;
var commentuser = $(".he__asked")[0].innerHTML;
<input id='input_id' value='$123'></input>
document.getElementById('input_id').value = document.getElementById('input_id').value.substring(1);
date
учитывается часовой пояс пользователя? var testDateUtc = moment.utc("2015-01-30 10:00:00");
var localDate = moment(testDateUtc).local();
if ($(document).scrollTop() > 50) {
$('.nav-bar').addClass('nav-bar_collapsed');
}
$(window).scroll(function() {
if($(this).scrollTop() > 50) /*height in pixels when the navbar becomes non opaque*/
{
$('.nav-bar').addClass('nav-bar_collapsed');
} else {
$('.nav-bar').removeClass('nav-bar_collapsed');
}
});
$( document ).ready(function() {
if ($('#input').val().length) {
$('#input').focus();
}
});
Когда определенный раздел истории появляется в поле зрения, в фиксированном блоке увеличивается дата этого раздела.
var data = {
"username": this.state.username,
"password": this.state.password
}
fetch("https://....", {
method: "POST",
headers: headers,
body: JSON.stringify(data)
})
.then(function(response){
return response.json();
})
.then(function(data){
console.log(data)
});
id='edit-submitted-kolichestvo'
. Его клонировали?<input type="hidden" value="currentCount">
for (let prop in checkboxGroup ) {
if (checkboxGroup.hasOwnProperty(prop) && checkboxGroup[prop]['checked']) {
newArray.push(checkboxGroup[prop]['value']);
}
}
if (!document.body.hasAttribute('alreadyClicked')) {
document.body.setAttribute('alreadyClicked', 'true');
$("#year-30").click();
}
let countryObj = yourObj['_st\lib\helper\geoip\Result_data']['country'];
let result;
for (let prop in yourObj) {
if (yourObj.hasOwnProperty(prop)) {
result = yourObj[prop]['country'];
}
}