Change jQuery `.each()` callback to avoid `this`
To avoid confusion with different meanings of `this` between the callback and surrounding scope, get the element from callback arguments instead.
Showing
Please register or sign in to comment