View Single Post
Old 10-08-2012, 04:06 AM   PM User | #6
arfa
New Coder

 
Join Date: Sep 2006
Posts: 51
Thanks: 1
Thanked 0 Times in 0 Posts
arfa is an unknown quantity at this point
@xelawho
Yes, thumbs are currently tn_NAME.jpg - against NAME.jpg
Would it be a case of setting ID=NAME.jpg
and then setting:
var image = images[$(this).attr('ID')];
edit:.... thinking - could this just be: var image = $(this).attr('ID');

I will try this.

@DanInMa - I will also try using the bg tag

PS - the js I have is from a background changer I found. Can it be simplified?

I think I am almost there. Thank you.
arfa is offline   Reply With Quote