Black_Star,
шифровка из центра ...
window.addEventListener("DOMContentLoaded", function() {
function f(b, c) {
g.sort(function(a, d) {
a = a.querySelector(b).textContent.replace(",", ".").replace(/[^\d.]/g, "");
d = d.querySelector(b).textContent.replace(",", ".").replace(/[^\d.]/g, "");
return c ? d - a : a - d;
}).forEach(function(a) {
e.appendChild(a);
});
}
var e = document.querySelector(".bl_companies__full"), g = [].slice.call(e.querySelectorAll("li"), 0);
[{a:".js-rating", b:".bl_companies__rating_current"}, {a:".js-recoil", b:".bl_companies__recoil"}].forEach(function(b) {
var c;
document.querySelector(b.a).addEventListener("click", function() {
c = !c;
f(b.b, c);
});
});
});