how many div's can you have before the dom slows and becomes unstable?
Posted
by Max Fraser
on Stack Overflow
See other posts from Stack Overflow
or by Max Fraser
Published on 2010-05-27T17:51:50Z
Indexed on
2010/05/27
18:01 UTC
Read the original article
Hit count: 195
I am developing a jQtouch app and each request done via ajax creates a new div in the document for the loaded content. Only a single div is shown at any one time.
How many div's can I have before the app starts getting unresponsive and slow?
Anyone have any ideas on this?
© Stack Overflow or respective owner