Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

odd number


Project:Ajax Broken Link Checker
Version:0.1-dev
Component:Code
Category:bug report
Priority:normal
Assigned:object0
Status:closed
Description

If the amount of links on a web page == odd number (for ex. 1,3,5,7,9 etc) then the last link won’t be marked as “active” or “inactive”. That’s it..

Comments

#1

Status:active» fixed

change:
while(urls.length > 1) {
to:
while(urls.length > 0) {

anyway, it works for me ;)

#2

Status:fixed» closed