Fixing Ajax on Mobile Devices (with HTML5)
29 August 2011
Java | ajax | html5 | innerhtml |
“Not only is innerHTML bad, it is the root cause of many problems… from browser memory leaks (it destroys/replaces existing elements that may have event handlers attached) to failing completely on iOS’s Mobile Safari. Yes, that‘s right, it just flakes out.”