Not logged in : Login

About: Embedded HTML5 Microdata Statement 192     Goto   Sponge   NotDistinct   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 192
described by
object
  • Hi there Patty, Thanks for sharing your solution. I had a bit of a play, and ended up with this: /* Looping through images */ function displayImage(e) { displayedImage.setAttribute('src', e.target.getAttribute('src')); } for(var i = 1; i <= 5; i++) { var newImage = document.createElement('img'); newImage.setAttribute('src', 'images/pic' + i + '.jpg'); thumbBar.appendChild(newImage); newImage.addEventListener('click', displayImage); } I think that if anything this is a better solution than our final example, although obviously I’ve got the function outside the solution. But you’ve improved on it by adding an event listener, rather than using an onclick handler function. Again, removing a function from the loop. It is generally considered bad practice to include a function inside a loop, as it can cause problems in some circumstances. It is better to define the function outside the loop and reference it from inside. I am going to update our example when I get the time to use something more like this. I’ve made a note of it. Thanks again for jogging me on this! To answer your questions: See above. There is flexibility here, but it does need to be placed after you have defined newImage, otherwise you’ll get an undefined error. the answer here is “it depends” — this stack overflow post provides useful reading on bthe matter: https://stackoverflow.com/questions/9973461/does-a-javascript-function-have-to-be-defined-before-calling-it
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