Ajax Broken Link Checker
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/linkchecker
软件介绍
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 });
