I have a block with some fancy visual content that I don\'t want to change. I want to make it a clickable link. I\'m looking for something l
block with some fancy visual content that I don\'t want to change. I want to make it a clickable link. I\'m looking for something l
I\'m looking for something l
You can make surround the element with a href tags or you can use jquery and use
$('').click(function(e){ e.preventDefault(); //DO SOMETHING });