Prevent on click on parent when clicking button inside div

前端 未结 5 1844
悲哀的现实
悲哀的现实 2020-12-29 02:03

Is it possible to prevent the function on the

element from running when clicking the button inside the div?

When clicking the button element

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 02:40

    as mentioned on the link provided by Justin you can .self in the click event

    
    
    
    ...

提交回复
热议问题