JSFiddle - React, Tailwind, and code Playground
by Luke Marlow
JavaScript
var error_count = 0;
$j('.error_total_count a').each(function() {
error_count = error_count + parseInt($j(this).html());
});
console.log(error_count);
by Luke Marlow
var error_count = 0;
$j('.error_total_count a').each(function() {
error_count = error_count + parseInt($j(this).html());
});
console.log(error_count);