In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "jquery how to judge the current element is a few elements", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's train of thought slowly in depth, together to study and learn "jquery how to judge the current element is a few elements" it!
In jquery, you can use the index () method to determine which element the current element is, which returns the index position of the specified element relative to other specified elements; the syntax "$(selector). Index ()".
The operating environment of this tutorial: windows7 system, jquery1.10.2 version, Dell G3 computer.
In jquery, you can use the index () method to determine which element the current element is.
The index () method returns the index position of the specified element relative to other specified elements. Notice that the index serial number starts at 0.
Syntax:
(selector) .index ()
Example:
First li, second li, third li $(document) .ready (function () {$("li") .click (function () {alert ($(this). Index () );})
The above jQuery code, because the index sequence number starts at 0, it will prompt "0" if the first one is clicked, and "1" if it is the second li tag.
Thank you for your reading, the above is the content of "jquery how to judge the current element is the first element", after the study of this article, I believe you have a deeper understanding of how jquery judges the current element is the number of elements, the specific use of the situation also 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: 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.