I'm dynamically loading symbols on the stage based on json data, each one I'm changing the background-color using
s.getSymbolElement().css({ "background-color" : data[i].color"})
Is there a way to get the background-color back when I click on the symbol?