I\'m trying to figure out, when iterating through some list items, how to target each \"$(this)\" equivalent within nested foreach loops. Here is an example of my problem:>
but how can I target each of these li items? Doesn't $(this) target the original loop?
Nope.
this comes from the function you're directly in.
this