Add anchors on remote links?

Is it possible to add an anchor (#whatever) to the end of the url when a
remote link is clicked?

If I do <%= link_to_remote “Link”, :url => {:controller =>
“silly_controller”} %>, it does nothing to the url. I would like for it
to add #silly to the end of the url.

Any idea how to do this?

Thanks for your help.