Answers for "jquery change css background color hex"

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 "jquery change css background color hex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language