Answers for "get div by content jquery and change background color"

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 "get div by content jquery and change background color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language