Elementor – Get elements by class name and change class name
I have the following: <div id="elementor-tab-title-1141" class="elementor-tab-title elementor-active"> ...some stuff... </div> I need a JavaScript code to look for all elements with that class, and remove the "elementor-active". So the code, after the JavaScript runs on page load, should look…