Translation of "DOM-Elemente" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Es gibt DOM-Elemente, die verschiedenen visuellen Objekten entsprechen.
There are DOM elements which correspond to several visual objects.
Es werden keine anderen DOM-Elemente übertragen oder manipuliert.
Erlaubt die Auswahl beliebiger DOM-Elemente auf der aktuellen Webseite mit einem hellblauen Auswahlrahmen.
Allows you to select any DOM element on the current webpage with a light blue selector box.
Diese Funktion ersetzt ein bestehendes DOM-Elemente mit neuem HTML.
This function replaces an existing DOM element with new HTML.
Es gibt eine solche Leichtigkeit DOM-Elemente zu manipulieren.
It gives such ease to manipulating DOM elements.
Live-Reloading aktualisiert die benötigten DOM-Elemente und lädt alle Front-End-Dev-Änderungen direkt auf die Live-Website.
Live reloading refreshes necessary DOM elements and uploads all front-end dev changes directly to the live website page.
Hier werden DOM-Elemente nur dann aktualisiert, wenn der Bildschirm aktualisiert werden muss.
The example updates DOM elements only when the display needs to be updated.
Wir registrieren einen Rückruf beim Browser, der am Ende des Renderings durchgeführt wird - es werden keine anderen DOM-Elemente übertragen oder manipuliert.
We register a callback with the browser that is enacted at the end of the rendering process - no other DOM elements are transferred or manipulated.
Ein weniger intuitiver Anwendungsfall für das Farbarbeitsblatt ist mask-image, um DOM-Elemente mit beliebigen Formen zu versehen.
One less intuitive use case for paint worklet is mask-image to make DOM elements have arbitrary shapes.
Unabhängige Implementierung, die sowohl für DOM-Elemente als auch Canvas-Rendering nutzbar ist.
Independent implementation that can be used for both DOM elements and canvas rendering.
Mit diesen Listenern kann ich die Eingaben des Benutzers abrufen und an das Inhaltsskript senden, das Zugriff auf die DOM-Elemente hat.
Using these listeners, I'm able to get the input from the user and send it to the content script, which has access to the DOM elements.
Durch Backbone.js können wir Farbänderungsereignisse erfassen und die neue Farbe auf die entsprechenden DOM-Elemente (Document Object Model) anwenden.
Backbone.js allows us to catch color change events and apply the new color to the appropriate DOM elements.
Das D3-Framework verwendet Funktionen von Datenobjekten, um DOM-Elemente zu erzeugen und zu manipulieren.
The D3 framework uses functions of data objects to create and manipulate DOM elements.