Цитата:
Цитата:
Цитата:
Вот собственно и все. |
Цитата:
document.querySelectorAll('.event-container.closed-task.cancelled-task:not(.CANCELLED)');
А нет, так нет. |
лучше так.
var divs = [].filter.call(document.querySelectorAll('.event-container.closed-task.cancelled-task'), el => el.classList.length == 3);
|
Цитата:
|
Цитата:
var divs = [].filter.call(document.querySelectorAll('.event-container.closed-task.cancelled-task'), function(el) {
return el.classList.length === 3;
});
|
Цитата:
|
Цитата:
|
| Часовой пояс GMT +3, время: 04:00. |