....
<tr class="Item-service" onclick="hide_trs(this)"></tr>
....
function hide_trs(target)
{
var parent = target.parentNode;
var tr_nodes = Array.prototype.slice.call(parent.getElementsByTagName('TR'));
var tr_count = tr_nodes.length;
var target_index = tr_nodes.indexOf(target);
for(var i = target_index + 1; i < tr_count; i++)
{
var cur_tr = tr_nodes[i];
if(cur_tr.className !== 'Item-service')
cur_tr.style.display = 'none';
else
break;
}
}
$('.close-popup').on('click', function(event){
$('.clicked').removeClass('clicked');
event.stopPropagation();
});
// This formula always makes the wheel stop somewhere inside prize 3 at least
// 1 degree away from the start and end edges of the segment.
text.innerHTML = arr.join(', ');
var dis = arr.map(function (item)
{
return Math.round(item - item * (5 / 100.0));
});
xhr.send(file); // отправили файл аяксом, мы молодцы.
document.getElementById('uploadDropForm').submit(); // зачем-то еще отправляем форму традиционным способом, наверное тут мы что-то делаем не так.???
...
console.log(file);
xhr.send(file);
...
let regExpB = textContent.match(begin); // передаю. и на выходе null
let regExpE = textContent.match(end ); //
Чтобы строго соблюдать RFC 3986 (который резервирует !, ', (, ), и *), даже не смотря на то, что символы не используют сформированных URI разделителей, можно безопасно использовать следующее:
function fixedEncodeURIComponent (str) {
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
return '%' + c.charCodeAt(0).toString(16);
});
}
def = document.getElementById('put_in');
if (def.value == 488)
else(parseInt(input.value)==0)
console.log(Journal1.formatDate(/*где ваш параметр?????*/));
this.formatDate = function(date /*- а параметр то есть*/)