Filtering MethodsEqeq This method can be used to select a single element from the collection based on its index. // Select an element from the collection eq: function(index) { return $(this.elements[index]); }TriggerFilter