Your IP : 216.73.217.62


Current Path : /home/kamilrogam/komp/2017/IMAGES/DONE/JS NATIVE/aaa/
Upload File :
Current File : /home/kamilrogam/komp/2017/IMAGES/DONE/JS NATIVE/aaa/aaa.js

var styleString = "color: white; background: red;";
document.getElementById("element-with-style").style.cssText = styleString;

[].forEach.call(document.getElementsByClassName("call-to-action-element"),function(element){
    element.addEventListener("click", function(){
        document(this).className += "clicked";
    });
});

document.getElementById(tag-eksporter).addEventListener("click", function(){
    console.log("tag-exporter clicked")
});

(function() {
    console.log("DOM ready");
})();