Answers for "how to add and remove css class in jquery"

CSS
0

how to remove css from element using jquery

$('#tag-id').removeAttr('style');
Posted by: Guest on December-04-2020
0

how to remove css from element using jquery

$("body").removeAttr("style");
Posted by: Guest on December-04-2020

Code answers related to "how to add and remove css class in jquery"

Browse Popular Code Answers by Language