Make a div into a link

后端 未结 27 2401
栀梦
栀梦 2020-11-22 03:15

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

27条回答
  •  离开以前
    2020-11-22 04:15

    While I don't recommend doing this under any circumstance, here is some code that makes a DIV into a link (note: this example uses jQuery and certain markup is removed for simplicity):

    
    
    
    My Div Link

提交回复
热议问题