JQuery clears all data in the table except the first row

Source: Internet
Author: User

JQuery clears all data in the table except the first row

1. In fact, there are many versions on the Internet. I tried several of them but I found it very convenient: I will not clear the header of the first row of the table.

J_tab_fam indicates the table id.

 

$ ("# J_tab_fam tr: not (: first)" pai.html ("");

Or

 

 

$ ("# J_tab_fam tr: not (: first)"). empty ("");

 

 

2. of course, there are other methods, such as getting all rows in the table, and then setting each table value as null in the for loop, but efficiency and quality are reduced in terms of code or efficiency, if jQuery is not used, the for loop may also be a way!

3. in addition, you can obtain the list of table childNodes and then clear the node to be cleared. However, when some browsers are different, the number is different (FF browser seems to regard the carriage return as a node, It's really drunk ~~) Therefore, this method may have poor compatibility. For better compatibility, you can add a class to each row, and check whether the class is the classname you want to delete each time you clear it, yes. Delete it.

 

 

In short, the first type is recommended !!!!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.