311, 2016

.toggleClass() method in Jquery

By |Tags: , , , , , , , |0 Comments

Description: The jQuery toggleCLass() method is used to add or remove one or more classes from the selected elements.  In simple, the toggleClass() method checks each element for the specified class names.  If the class

2610, 2016

.removeClass() method in Jquery

By |Tags: , , , , |0 Comments

Description: The Jquery removeClass() method remove the css class for the matched element. It will remove single/multiple classes for each element in the set of matched elements. Note: The removeClass method will remove all css class names