Answers for "jquery add class background color not applying"

5

how to change the background color in jquery

$("#co").click(function(){
   $(this).css({"backgroundColor" : "blue"});
});
Posted by: Guest on July-09-2020
0

remove background color css jquery

$("#id").css("background-color", "");
Posted by: Guest on August-05-2021

Code answers related to "jquery add class background color not applying"

Code answers related to "Javascript"

Browse Popular Code Answers by Language