DOM manipulation on iPad 1 doesn't update without touch
We use a custom built codebase that's leveraged on jQuery, and for the most part, it works flawlessly all over the place. The iPad 1, though, is a different story. One particularly aggravating aspect is that in certain instances, addition and removal of classes to div elements will not be visually reflected without touching elsewhere on the screen.
Does anyone know if there's a solution for this? I try to keep DOM manipulation to a minimum, but this is essential. Any help would be appreciated as this has been a huge headache.