$('a').each(function() { var href = $(this).attr('href'); console.log('href=' + href); });
Programming Tips - jQwuery: find all href's in a page
Date: 2016aug10
Language: javaScript
Library: jQuery
Q. jQwuery: find all href's in a page
A. Find all anchors (<a> tags) then get their href's