I am looking for the quick fix for removing the class 'checked' in the lower most level. $('#bannerGeography tr td .allTR .option-group div.checkbox').RemoveClass('checked');
Did not seem to work. Can you please help
I am looking for the quick fix for removing the class 'checked' in the lower most level. $('#bannerGeography tr td .allTR .option-group div.checkbox').RemoveClass('checked');
Did not seem to work. Can you please help
Use
removeClass
(Noticer
) and notRemoveClass
:Docs: http://api.jquery.com/removeClass/