jquery appended objects all have the same left value
So I have a javascript/jquery code It appends a bunch of span elements to
the main div container and then animates them to move to the left. I need
to be able to detect the left value of each span element, however when I
output the left value to the console log it shows that they all have the
same value. any ideas?
http://jsbin.com/uKobuja/2/
No comments:
Post a Comment