[jQuery] How to generate a new css class on runtime?
[jQuery] How to generate a new css class on runtime?
I'm trying to generate a new css class with Jquery which is not defined in .css or html <style>. How do I generate a css class so that I can assign the class with .addClass() method?