Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Kodeblok
element3.on("click", function(e) {
        // Prevent drilldown from redirecting away from the page
        e.preventDefault();
      
        // Console feedback
        //console.log("Clicked the table:", e.data);
 
        //ChaneChange the DIVs source
        var campicimg = document.getElementById("campic"); 
        campicimg.src="http://server.dk/Baghus/" + e.data['click.value2'] + "/" + e.data['click.value3']           
});

...