I have the option of naming a few containers using either classes or ids. It is assured that there will only be 1 instance of one of these containers on any page.
Is it better to name them with a class or an id? Is there any speed benefit from using an id? These containers will be accessed rather frequently, so speed would make a difference Any thoughts? Thanks -Geoff