Web technologies Questions | jQuery Quiz | Set-1 | Question 3
Which method is used to find the current selection against an expression?
(A) getIs( selector )
(B) findls( selector )
(C) is( selector )
(D) None of the above.
Answer: (C)
Explanation: The is(selector) in jquery is used to find the current selection against an expression of the element it returns a Boolean value if any element finds that suit then it returns a true value.
Quiz of this Question
Please comment below if you find anything wrong in the above post