View difference between Paste ID: ytjTNsBN and fEMNdwNK
SHOW: | | - or go back to the newest paste.
1-
$(document).ready(function() {
1+
2
	document.getElementsByClassName("klase");
3
	var headingai = document.getElementsByTagName("h1");
4
5
	headingai.addEventListner("click", function() {
6
		alert("hello");
7
	})