This task becomes relatively easy with the help of our friend jQuery. The code below is almost too simple! $('a').each(function() { url = $(this).attr('href');…
This task becomes relatively easy with the help of our friend jQuery. The code below is almost too simple! $('a').each(function() { url = $(this).attr('href');…