Empowering the Midlands with sustainable EV charging solutions
Empowering the Midlands with sustainable EV charging solutions This is a community focused project supported by government funding to bridge the economic […]
jQuery(function($){ function quitarComasCategorias() { $('.ui-e-meta-item').each(function() { const htmlSinComas = $(this).html().replace(/,\s*/g, ' '); $(this).html(htmlSinComas); }); } quitarComasCategorias(); // Observa clicks en el botón "Cargar más" $(document).on('click', '.ui-e-load-more', function() { setTimeout(quitarComasCategorias, 500); }); // También por si hay carga AJAX sin clic $(document).ajaxComplete(() => setTimeout(quitarComasCategorias, 100)); });