I need to create a CSS stylesheet class dynamically in JavaScript and assign it to some HTML elements like – div, table, span, tr, etc and to some controls like asp:Textbox, Dropdownlist and datalist.
Is it possible?
It would be nice with a sample.