FancyPrairie
Programmer
I have written a screen management system for web forms. As a result, there are a lot of things I don't know until runtime. For example, suppose the programmer wrote some code that sets the readonly attribute equal to true. I need a trigger of some sort that when that occurs a class is added to the element on which the readonly attribute was set. How would I do that?