I have a jsfiddle here - http://jsfiddle.net/Q73Nd/3/
and demo here - http://www.ttmt.org.uk/forum/thumb/
I want to sequentially load the thumbnails and then load a bigger image of the first thumbnail above.
My problem is I can't get the href
for the large image from the <a>
I have vars to the <a>
and a imgCounter. I'm trying to use these to get the href
console.log(link[imgCounter]).attr('href');
How do I get the href
here?