hello. I need to change h2 titles to h3 on product category page. The problem is all products are no
hello. I need to change h2 titles to h3 on product category page.
The problem is all products are not loaded in the DOM at the start.
Each click on read more button loads additional products via ajax.
So my worker only changes title for page 1 products, next pages are not effected.
Looks like i would need to trigger on xhr requests.
Is this even possible?
The problem is all products are not loaded in the DOM at the start.
Each click on read more button loads additional products via ajax.
So my worker only changes title for page 1 products, next pages are not effected.
Looks like i would need to trigger on xhr requests.
Is this even possible?