28.01.2021, 15:12
(28.01.2021, 09:36)admin Wrote: You need grp.listen in any case but you can access the address that is mapped to each element with a certain class like this:hello admin
Code:$(function(){
$('.my_custom_class').each(function(_, el) {
var addr = $(el).data('object');
if (addr) {
log(addr);
}
});
});
I still beginer in JS
your script will detect the GA
but how to change the color depend on GA's value
Best Regards,