Pages

Subscribe:

Ads 468x60px

Sunday, March 25, 2012

how to remove css class from elements using jquery

In this web programming tutorial we will learn that how we can remove css class on some elements here is the way using jquery
$('#celebs tr.test').removeClass('test');

No comments:

Post a Comment