I currently have the following html:
Apologies for edit, I was not paying attention when i wrote this.
-
2021-01-11 14:50
The syntax would be $(".left > div").each(function(){}); instead of .each(".left > div").
Update: Would want to use $(".left").children().each()