Vertaling van "ou DOMString" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Paramètres nodes Un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) à insérer.
Parameters nodes A set of Node or DOMString objects to replace.
Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects. DOMString objects are inserted as equivalent Text nodes.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
La méthode ParentNode.prepend insère un jeu d'objets Node (noeud) ou DOMString (chaîne de caractères) avant le premier enfant de ParentNode.
The ParentNode.prepend method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
Méthodes ParentNode.append() Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
ParentNode.prepend() Insère un ensemble d'objets Node ou DOMString avant le premier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode. DOMString objects are inserted as equivalent Text nodes.