Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to remove the id attribute from tr in jquery

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "jquery tr how to delete id attributes", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in-depth, together to study and learn "jquery tr how to delete id attributes" bar!

In jquery, you can delete the id attribute of the tr element using the removeAttr () method, which removes the attribute from the selected element, sets the parameter in parentheses to "id", and the syntax is "tr element object .removeAttr (" id ") that needs to delete the id attribute."

The operating environment of this tutorial: windows10 system, jquery3.2.1 version, Dell G3 computer.

How to delete id attribute by tr in jquery

The removeAttr () method removes attributes from the selected element.

Grammar

$(selector) .removeAttr (attribute)

Attribute is required. Specifies the attributes that are removed from the specified element.

Examples are as follows:

# city {background-color:pink;} $(document) .ready (function () {$("button") .click (function () {$("tr"). RemoveAttr ("id");}); Month Savings January $100January $100January $100Delete the id attribute of all tr elements

Output result:

Thank you for your reading, the above is the content of "how to delete the id attribute in tr in jquery". After the study of this article, I believe you have a deeper understanding of how to delete the id attribute in tr in jquery, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 246

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report