IE’s retarded script behavior
Tuesday, October 31st, 2006Just got bitten by this IE 6 bug. I had an external script which I included. It bound a click on an element to a function which toggles the visibility of another element.
For some reason, events were being delivered twice when I clicked the toggle element. Well, it turns out that:
My <script> element was a [...]
