Uses of Interface
jodd.jerry.JerryFunction
Packages that use JerryFunction
-
Uses of JerryFunction in jodd.jerry
Methods in jodd.jerry with parameters of type JerryFunctionModifier and TypeMethodDescriptionJerry.each(JerryFunction function) Iterates over a jQuery object, executing a function for each matched element.Jerry.filter(JerryFunction jerryFunction) Reduces the set of matched elements to those that pass thefunction'stest.