> The issue is that the scroller do not provide linkable slides.
>
This does not prevent you from adding links. See other mails in this thread.
> So I am trying to add
> it myself. I have added the following to the javascript:
>
> $('#slider').click(function(){window.location.href = "$('a').each('href')";
> });
>
Leaving aside for a second the way that this specific jQuery plugin works
I believe you are misunderstanding
* the window.location object
* jQuery's each() function
* Strings in Javascript
* Possibly hyperlinks?
I would advise reading and understanding the following pages and then seeing
if you can understand why those two lines of javascript don't work:
https://developer.mozilla.org/en/DOM/window.location
http://api.jquery.com/each
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String
--
Love regards etc
David Miller
http://www.deadpansincerity.com
07854 880 883