In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you "jquery how to check the number of rows in a table", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "jquery how to check how many rows in a table" this article.
Jquery check the number of rows in a table: 1, use the "$(" table "). Find (" tr ") statement to get the tr object in the table table; 2, use the length attribute to calculate the length of the tr object, you can get the number of rows of the table, syntax" tr object .length ".
The operating environment of this tutorial: windows7 system, jquery1.10.2 version, Dell G3 computer.
In a table, a pair of tr tags represents a row of data. To use jquery to check how many rows a table has, you need to check how many tr tag pairs there are in a table.
Implementation code:
$(document) .ready (function () {$("button") .click (function () {var num=$ ("table"). Find ("tr"). Length; alert (num);}) }) Person information, name, age. Peter 20 Lois 20 gets the number of rows in the table
The above is all the contents of the article "how to check how many rows a table has". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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: 0
*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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.