(function () { document.addEventListener('DOMContentLoaded', function () { var $section = $('.checks-handling'); if (!$section.length) { return; } var $ul = $section.find('ul') .find('li').each(function () { var txt = this.textContent; while (this.firstChild) { this.removeChild(this.firstChild) } $('