$(function(){ $('img').each(function(){ $(this).mouseover(function(){ alert($(this).attr('width').attr('height').attr('src') ); })})});