baptx
0
Q:

change background colour jquery

$(document).ready(function() {
  $("button").mouseover(function() {
    var p = $("p#44.test").css("background-color", "yellow");
    p.hide(1500).show(1500);
    p.queue(function() {
      p.css("background-color", "red");
    });
  });
});
0
$("#co").click(function(){
   $(this).css({"backgroundColor" : "blue"});
});
0

New to Communities?

Join the community