I'm trying to create a loop to verify that all the numbers found in .offer_no span are not = 0 and return true if all numbers = 0. Currently I have written, but I'm not sure how to create the verification loop.
$(".offers_container").find(".offer_no span").text()