How to change the Back ground color of an HTML element using Jquery

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');
});

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post