| Current Path : /home/kamilrogam/komp/2017/IMAGES/DONE/JS NATIVE/aaa/ |
| Current File : /home/kamilrogam/komp/2017/IMAGES/DONE/JS NATIVE/aaa/a.html |
<!doctype html>
<html lang="pl" dir="ltr">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<style>
.aaa{background:#ccc}
.aaa.bbb{background:#000}
</style>
</head>
<body>
<div id="tag-eksporter">aaa</div>
<script>
document.getElementById("tag-eksporter").addEventListener("click", function(){
console.log("tag-exporter clicked")
});
</script>
</body>
</html>