We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
‹ Part of the “Nokogiri for jQuery Users” series
Iterate over a jQuery object, executing a function for each matched element.
The Nokogiri equivalent is simply .each on the NodeSet. more
.each
Return the number of elements in the jQuery object.
Nokogiri supports both .size and .length.
.size
.length