JSFiddle - React, Tailwind, and code Playground
by benhowdle89
JavaScript
var items = $('#lineItems .line');
var itemsL = items.length;
while (itemsL--) {
var _t = $(items[itemsL]);
_t.find('.blah');
}
by benhowdle89
var items = $('#lineItems .line');
var itemsL = items.length;
while (itemsL--) {
var _t = $(items[itemsL]);
_t.find('.blah');
}