Answers for "add css to variable jquery"

CSS
5

edit css jquery

$('.ama').css('color','red');
Posted by: Guest on March-23-2020
0

jquery change css variiable value

$("html").on('click', function() {
  
  $("body").get(0).style.setProperty("--color", "hotpink");
  
});
Posted by: Guest on June-13-2021

Browse Popular Code Answers by Language