How to add a css class to an element in JQuery

How to add a css class to an element in JQuery   
  1. $("#myElement").addClass('myClass');