[Rails] AJAX image manipulation

"Iglesias Sánchez, Oscar" iglesio at mapfre.com
Fri Aug 11 06:43:16 GMT 2006


>> Canyou tell me how to reference a specifc image in the pics collection?
I 
tried pic.image_url[0] but it didn't work...

Try window.document.getElementsByTagName('img') for the collection.

Then you can access with the [x] to the specific img you want.

Hope it helps.



More information about the Rails mailing list