Name the Jquery methods which are used for apply css class?

$("#Id1").addClass('YourClassName'); // for apply class
$("#Id1").removeClass('YourClassName'); // for remove class

No comments:

Post a Comment