Why aren't these two bits of JavaScript equivalent?
问题 in jquery 1.4.2, ff 3.6.6: The following code produces three divs, which write messages to the firebug console as you would expect. However, if you uncomment out the loop and comment out the 3 lines doing it manually, it doesn't work - mousing over any of the divs results in "three" being written to the console. Why are these two methods any different than each other? In each one you use a selector to find the element and add an event to it. <head> <script type="text/javascript" src="/media