Ajax Broken Link Checker
This module checks your links on the current page by requesting them and reading the server response. If the server returns 200 OK the link gets 'active' class, if other header - the link marked as inactive.
Uses php script as the backend.
$('a.goto').linkChecker({ linksAtOnce : 2, timeout: 4 });
评论