The example in this article describes the usage of the is() method in jQuery. Share it with everyone for your reference. The specific analysis is as follows:
This method uses parameters to check a collection of matching elements.
Returns true if at least one element matches the given parameter, otherwise returns false.
Grammar structure 1:
Example code:
The following code detects whether the parent element of the li element is ul, and returns true if it is, otherwise it returns false.
Grammar structure 2:
Parameter list:
Example code:
Example 1:
Example 2:
문법 구조 3:
함수를 사용하여 요소 컬렉션을 반복합니다.
이 함수는 jQuery 컬렉션에 있는 요소의 인덱스인 매개변수 인덱스를 허용합니다. 함수에서 이는 현재 DOM 요소를 나타냅니다.
매개변수 목록:
예제 코드: