VM
Подскажите хорошие ресуры для изучения React?
Size: a a a
VM
VA
VM
IN
BM
BM
V
function setRegion(htmlElm) {
var region = $(htmlElm).data('region');
var isregion = $(htmlElm).data('isregion');
var date = new Date(new Date().getTime() + 365 * 24 * 60 * 60 * 1000);
document.cookie = "region="+region+"; path=/; expires=" + date.toUTCString();
document.cookie = "isregion="+isregion+"; path=/; expires=" + date.toUTCString();
location.reload();
}
BM
AP
function setRegion(htmlElm) {
var region = $(htmlElm).data('region');
var isregion = $(htmlElm).data('isregion');
var date = new Date(new Date().getTime() + 365 * 24 * 60 * 60 * 1000);
document.cookie = "region="+region+"; path=/; expires=" + date.toUTCString();
document.cookie = "isregion="+isregion+"; path=/; expires=" + date.toUTCString();
location.reload();
}
V
V
V
VA
V
VA
VA
VA
А
А