Answers for "how to get the background color of an element in jquery"

5

how to change the background color in jquery

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

Code answers related to "how to get the background color of an element in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language