ayumee
9/22/2017 - 11:36 PM

jQuery.each() Function

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