How to add a css class to an element in JQuery SibeeshVenuMay 31, 2015July 13, 2015How to add a css class to an element in JQuery [js] $("#myElement").addClass(‘myClass’); [/js]