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');
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
$('#celebs tr.test').removeClass('test');
No comments:
Post a Comment