Mootools swap image 1.1
Correction for the swap images class:
Change the preload images at line 33
imgTemp[i] = new Element('img', {'alt': el.getProperty('alt')}).set('src', newSrc);
with
imgTemp[i] = new Asset.image(newSrc, {'alt':el.getProperty('alt'),'id':el.getProperty('id')});

Size: 98.12 KB
Hits : 440
Hits : 440
2 Comments »
RSS feed for comments on this post. TrackBack URL

I have noticed that any other mootools effects you want to use will not work!
mhmm I don’t have notice of this … I use the class in lot of my sytes and never have problem with other script … can You have an example page where other script don’t work ?
Are You sure that have the last version of the class ?
thanks Davide