This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

scripts

Property of dom/Documentdom/Document

Syntax

var result = element.scripts;
element.scripts = value;

Notes

Remarks

This collection contains all the scripts in the document in source order regardless of the script’s location in the document (whether in the head or body). If duplicate identifiers are found, a collection of those items is returned. Collections of duplicates must be referenced subsequently by ordinal position.

Standards information

There are no standards that apply here.

Attributions