I've been really focused on javascript and improving performance for my website. One thing i do often is, create elements dynamically, and access these elements using ids.
Maybe you can help me with some questions.
What are the major draw backs for giving every interesting node in the document a unique id?
What is the ideal number of ids in a document?
Is there a maximum number of ids for a document?
In terms of performance, is getting an element by css class slower than that of getting it by id?
Thank you guys for your answers. If you have any additional notes to these questions about dom and accessing them, it would be appreciated.
Thank you.
interesting node? :) – Wesley Murch May 27 '11 at 11:38