Answers for "how to remove css style using 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

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

Browse Popular Code Answers by Language