Not logged in : Login

About: Embedded HTML5 Microdata Statement 185     Goto   Sponge   Distinct   Permalink

An Entity of Type : rdf:Statement, within Data Space : ods-qa.openlinksw.com:8896 associated with source document(s)

AttributesValues
type
label
  • Embedded HTML5 Microdata Statement 185
described by
object
  • Hi guys, this is my code and it’s currently working. What do you think? /* Looping through images */ for (i = 1; i <= 5; i++) { var newImage = document.createElement(‘img’); newImage.setAttribute(‘src’, ‘./images/pic’ + i + ‘.jpg’); thumbBar.appendChild(newImage); newImage.onclick = getTheImage; function getTheImage(e, src) { var src = e.target.getAttribute(‘src’); displayedImage.setAttribute(‘src’, src); }; }; /* Wiring up the Darken/Lighten button */ btn.onclick = changeOverlay; function changeOverlay () { var cl = btn.getAttribute(‘class’); if (cl === ‘dark’) { btn.setAttribute(‘class’, ‘light’); btn.textContent = ‘Lighten’; overlay.style.backgroundColor = ‘rgba(0,0,0,0.5)’; } else { btn.setAttribute(‘class’, ‘dark’); btn.textContent = ‘Darken’; overlay.style.backgroundColor = ‘rgba(0,0,0,0)’; } };
predicate
subject
is topic of
is container of of
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software