I have a of series images in my css file with different class names. I then have external js with a function with a case statement that detects whatever state we are in and then I want to
dojo.addClass(this.id + "IDName", "iconName")
but, this does not change my default iconClass. Any ideas on how to resolve this?