il ne doit renvoyer que le premier, l'id étant supposé unique.
Dans jQuery:
Et pour le getElementById : Returns the Element whose ID is given by elementId. If no such element exists, returns null. Behavior is not defined if more than one element has this ID.
Voir specification du W3C : http://www.w3.org/TR/DOM-Level-2-Core/co...D-getElBId
Dans jQuery:
Code :
var elem = document.getElementById( match[3] );
Et pour le getElementById : Returns the Element whose ID is given by elementId. If no such element exists, returns null. Behavior is not defined if more than one element has this ID.
Voir specification du W3C : http://www.w3.org/TR/DOM-Level-2-Core/co...D-getElBId