Using the iCheck plugin in JQuery, I am trying to add a new CSS class to the iCheck-helper element. I tried as follows:
$('.iCheck-helper').addClass('abc');
However it doesn't work.
Using the iCheck plugin in JQuery, I am trying to add a new CSS class to the iCheck-helper element. I tried as follows:
$('.iCheck-helper').addClass('abc');
However it doesn't work.
Copyright © 2021 Jogjafile Inc.
Here is how is can be done in
vanillajavascript.Hope this helps.