the ‘this’ references something different, I believe the Ajax call
itself.
Is there a way of accessing the href as you can in the
link_to_function? I want to be able to access it so I can change its
className to indicate its been selected and change all the other hrefs
on the same level to be unselected.
Isn’t that just going to pass in the value of the variable ‘id’?
‘this’ actually references an object in the DOM and thats what I need
from the function_to_remote so I can then manipulate it and other
objects in relation to its position within the DOM.