Select from following answers:- toggleStyleClass( class )
- toggleClass( class )
- toggleCSSClass( class )
- None of the above.
- All Above
The toggleClass(class) method adds the specified class if it is not present, removes the specified class if it is present.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator