JavaScript link checker
Posted: Thu May 03, 2007 12:04 am
I've searched and was surprised to find nothing like it has been implemented yet - that I could find anyways.
I figure I could use jQuery to scan a document for SRC and HREF attributes and store those in an vector. Then go over each and check their status and parse them for their own links and so on.
The vector would grow, but as long as you checked to prevent duplicates, it shouldn't grow to such an extent that your browser crashes.
Anyone know of anything like this? Or should I just develop it myself?
Cheers
I figure I could use jQuery to scan a document for SRC and HREF attributes and store those in an vector. Then go over each and check their status and parse them for their own links and so on.
The vector would grow, but as long as you checked to prevent duplicates, it shouldn't grow to such an extent that your browser crashes.
Anyone know of anything like this? Or should I just develop it myself?
Cheers