css 'pointer-events' property alternative for IE

前端 未结 12 1405
無奈伤痛
無奈伤痛 2020-11-22 02:45

I have a drop down navigation menu in which some of the title should not navigate to other page when clicked(these title open a drop down menu when clicked on) while others

12条回答
  •  萌比男神i
    2020-11-22 03:39

    Here's a small script implementing this feature (inspired by the Shea Frederick blog article that Kyle mentions):

    • Pointer Events Polyfill.

提交回复
热议问题