show/hide this revision's text 2 deleted 126 characters in body

It has to do with

In javascript not keeping a reference to the original place the method was 'added' for loop does not have it's own scope - so it a var you create inside a loop is evaluated not with the 'this' of the time it was created but with the 'this' different from one defined outside of the time itis being run. It is probably probably explained better elsewhere.

show/hide this revision's text 1

It has to do with javascript not keeping a reference to the original place the method was 'added' - so it is evaluated not with the 'this' of the time it was created but with the 'this' of the time it is being run. It is probably probably explained better elsewhere.