each(method,master)

iterates through collection

Parameters

  • method - method that needs be called for each data item
    • any
  • master - object that method is applied to (this by default) (optional)
    • object

Returns

method doesn't return any data