the difference between "this" reference in $.each(array, function(){ $(this); }) and outside each function
Anonymous
the one outside refers to the function it is declared in and the one inside to an element of the passed array
Check out your Company Bowl for anonymous work chats.