Is it possible to make a link that does nothing?
I want the item to be a link so I get the cursor to change on mouseover, but I don\'t want the link to actually go anywhe
Instead, you could use a and set the cursor style:
My Text
And specify the cursor in your stylesheet:
.node-link { cursor: pointer; }
This would also allow you to attach to the node for your actions later (show here using Prototype):