Little JavaScript hints, episode 3: force redraw

If you ever did some advanced DOM manipulation stuff, especially CSS-based animations, you might have run into situations where the browser just wouldn’t redraw an element correctly. Here’s a little snippet for Prototype I use to force redraw in such situations: The defer() call is interesting, as I needed to add it to fix some … Continue reading Little JavaScript hints, episode 3: force redraw