5 jQuery.each() Function Examples
$('a').each(function (index, value){ console.log($(this).attr('href')); });