JavaScript DHTML/Node Operation/specified
Версия от 10:02, 26 мая 2010; (обсуждение)
"specified" Example
<html>
<body>
<button id="myButton"
onclick="alert(this.attributes["id"].specified);">
Specified Attributes
</button>
</body>
</html>