I just want to create a link that does nothing when it is clicked (other than the jQuery code I am binding to the link's ID.
I am returning "false" in my Javascript function that is bound to the links, but I would just like the link to be "#" or something like that. When I try this:
link_to("Link", "#here")
That gives me the entire current url, plus "#here" stuck on the end.