Remove CSS class using JQUERY
Sometimes we required to remove class names for all decendents of the particular div or elements. Below code is useful for that. So many ways are there.1. $("#mydiv a").removeClass("AnchorTag");
2. $("div.className a").removeClass("AnchorTag");
Please share your comments on this post.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.