Hi-
I want to generate a link with an image embedded between the <a> and </
so when the user clicks on the image the ajax call fires. I can't
find any documentation on how to do this with link_to_remote. Is this possible? I'd like to generate something like:
<a href = ...> <img src = .../></a>
Thanks, Dino