How do you say :
if there are more than 2 .quick_fact then
My attempt:
if $(".quick_fact:gt(2)") { }
Which evidently is always true.
|
How do you say :
My attempt:
Which evidently is always true. |
|||
|
A jQuery object has a
|
|||||||
|
|
selectoris in$(selector), it will always return a jquery object, which isn't going to be false. – Jamie Wong Aug 16 '10 at 18:41