在任何特定网页上不得使用一个以上的元件。 它们用于独特地确定要素。
现在,在你的具体例子中,如果你正在使用 j,那么总是有办法选择你想要的东西,使你们的挑选者掌握更多的信息(div#ID, img#ID)——不会混淆不清,但你应该坚持标准,而不是重复使用。
From the W3c:
http://www.w3.org/TR/html4/struct/global.html (html4, but it still applies)
7.5.2 Element identifiers: the id and class attributes
Attribute definitions
id = name [CS]
This attribute assigns a name to an element. This name must be unique in a document.
class = cdata-list [CS]
This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters.