how to remove css from element using jquery

70

$('#tag-id').removeAttr('style');
  $("body").removeAttr("style");
$('.tag-class').removeAttr('style');

Comments

Submit
0 Comments