In this web programming tutorial we will learn that how we can change the color of HTML element's back ground color using jquery statement.
$(document).ready(function() { $('#celebs tbody tr:even').css('background-color','#dddddd'); });
Tags:
JQuery