Hi!
This is a challenge for any Javascript/jQuery ninjas out there:
What is the best way (using aforementioned languages), to find all of the links in an HTML document and return them all?
In other words, a function that like this - findLinks(document.html.innerHTML) that would return all links found in that HTML.
Thanks,
DLiKS