Add class - node editor problem

Hi, I want the “shy” class to be added to all other divs with the “test-div” class except the one I clicked on.
https://imgur.com/a/cUuogm4
Why doesn’t it work?

Are your other .text-div really DOM siblings of the triggered element? If not, this won`t work :slight_smile:

1 Like

Thank You!
Now i can add class shy to all div with .test-div clas. But how to not to attach class shy to clicked div?
https://imgur.com/a/yt32zPa

I have folowed this tutorial Example 1 - Bricksforge – One Plugin. Countless Possibilities.
and recreate it in node editor: https://imgur.com/a/kGWpCDf

But after i click on any of the test-div element only the first one get the class .shy added.

any idea?

When I purchase a subscription, it says it includes support. I haven’t received support here in over a month. It’s very irritating.

This is exactly the effect I wanted to achieve. Is this possible in BF?