Creates a function that invokes func with the arguments of the created
function. If func is a property name the created callback returns the
property value for a given element. If func is an object the created
callback returns true for elements that contain the equivalent object properties, otherwise it returns false.
Creates a function that invokes
func
with the arguments of the created function. Iffunc
is a property name the created callback returns the property value for a given element. Iffunc
is an object the created callback returnstrue
for elements that contain the equivalent object properties, otherwise it returnsfalse
.Example