window.onload = function(){ document.getElementById('pics').onclick = function() { alert(this.getAttribute('data-zoom')); } };