Pass each element in the current matched set through a function, producing a
new Cheerio object containing the return values. The function can return an
individual data item or an array of data items to be inserted into the
resulting set. If an array is returned, the elements inside the array are
inserted into the set. If the function returns null or undefined, no element
will be inserted.
Pass each element in the current matched set through a function, producing a new Cheerio object containing the return values. The function can return an individual data item or an array of data items to be inserted into the resulting set. If an array is returned, the elements inside the array are inserted into the set. If the function returns null or undefined, no element will be inserted.