Answers for "change back color of button using jquery"

3

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 "change back color of button using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language