Here is a fiddle.
As you can see when a colour from the select drop down is selected all the divs with the class “.box” change colour.
Is it possible to only change one div at a time, leaving the others as they are? There will be hundreds of these so changing the class/id of each one is not really an option.
I have tried a bunch of filters with no luck.
Here is a fiddle . As you can see when a colour from the
Share
You could provide a
contextfor$('.box'), which is$(this).parent().