1.

How Can We Apply Css In Last Child Of Parent Using Jquery Library?

Answer»

$(”TR:last”).CSS({backgroundColor: ‘YELLOW’, fontWeight: ‘BOLDER’});

$(”tr:last”).css({backgroundColor: ‘yellow’, fontWeight: ‘bolder’});



Discussion

No Comment Found