Hi,
Du darfst das Skript nicht auf alle Links mit einem Hash-Teil (#) anwenden, sondern nur auf solche, die auf einen Anker innerhalb des aktuellen Dokuments zeigen.
Das zu checken, wird doch mit
> if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
> || location.hostname == this.hostname) {
versucht.
(Allerdings verstehe ich nicht, wofür das replacen von / durch nichts darin gut sein soll.)
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?