Vertaling van "script tag" in Nederlands
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.
The script tag for the selected file is inserted in the document.
De scripttag voor het geselecteerde bestand wordt ingevoegd in het document.
If you don't want the remarketing tag to set first-party cookies on your site's domain, add the following line to the tag configuration before you load the script tag
Als u niet wilt dat de remarketingtag first party cookies instelt op het domein van uw site, voegt u de volgende regel toe aan de configuratie van de tag voordat u de scripttag laadt
Update web font script tag on a page
Scripttag voor weblettertype bijwerken op een pagina
Load the URL in a script tag and supply the name of a callback that will receive the JSON data.
Laad de URL in een scripttag en geef de naam van een callback op die de gegevens van JSON zal ontvangen.
Why? Well, we know that it doesn't matter if the JavaScript is inlined or external, because as soon as the browser hits the script tag it blocks and waits until the CSSOM is constructed.
Nou, zoals we weten, maakt het niet uit of het JavaScript inline of extern is, omdat de browser, zodra deze browser bij de scripttag aankomt, blokkeert en wacht totdat het CSSOM is opgebouwd.
When you update the font in a CSS file that is linked to multiple HTML files, you are prompted to update the script tag in the related HTML files.
Wanneer u het lettertype bijwerkt in een CSS-bestand dat is gekoppeld met meerdere HTML-bestanden, wordt u gevraagd om de scripttag in de gerelateerde HTML-bestanden bij te werken.
Create your own +1 script tag with a call to your own JavaScript code
Maak uw eigen +1 scripttag met een aanroep naar uw eigen JavaScript-code
The script tag points to a JavaScript loader script that will dynamically generate the HTML elements required to display and render your app.
De scripttag verwijst naar een JavaScript-loaderscript dat de HTML-elementen dynamisch genereert, die nodig zijn om uw app weer te geven.
When an Edge font is used in a page, an additional script tag is added to reference a JavaScript file.
Wanneer u een Edge-lettertype gebruikt op een pagina, wordt een extra scripttag toegevoegd die verwijst naar een JavaScript-bestand.
When the HTML parser encounters a script tag, it pauses its process of constructing the DOM and yields control to the JavaScript engine; after the JavaScript engine finishes running, the browser then picks up where it left off and resumes DOM construction.
Wanneer de HTML-parser een scripttag tegenkomt, wordt het proces van de DOM-opbouw gepauzeerd en krijgt de JavaScript-engine de controle. Zodra de JavaScript-engine klaar is, neemt de browser het weer over op het punt waar deze gebleven was en gaat verder met de DOM-opbouw.
For example, a Script tag that uses only the font "Abel" has the format
Zo heeft een scripttag die alleen het lettertype 'Abel' gebruikt, bijvoorbeeld de volgende notatie
Select Tools>Clean Up Web Fonts Script Tag (Current Page) to update any web fonts on the web page that are not reflected in the script tag.
Selecteer Opdrachten>Scripttag voor weblettertypen opruimen (huidige pagina) om de weblettertypen op de webpagina die niet worden aangeduid in de scripttag, bij te werken.
What about scripts included via a script tag?