ChrisB: Jquery - Footer IE Fehler

Beitrag lesen

Hi,

Allerdings sollten Eventhandler gar nicht als on…-Attribute im HTML zu finden sein, sondern im Script gesetzt werden.
Mit jQuery: $(window).on('scroll', scrollpos);

Und dann noch ein Allerdings:

Man sollte nicht auf *jeden* Scroll-Event mit ggf. aufwendigen Operationen reagieren – siehe http://ejohn.org/blog/learning-from-twitter/

MfG ChrisB

--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/