Is there anyway to inhibit the click handler on a
tags in HTML without the help of jQuery/Javascript?
disabled
only works on button
and input
, but I've chosen to use a
tags in my code. I suppose I can use span
and simulate the exact a
styles I currently have, but it would be nice if there's a simple way around this.
Thanks in advance.