Pages

Subscribe:

Ads 468x60px

Saturday, March 10, 2012

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

No comments:

Post a Comment