Blur Event Does not get Fired in IE7 and IE6

后端 未结 6 1269
不思量自难忘°
不思量自难忘° 2021-01-02 22:28

I have a dropdown Menu where in a div is clicked and List is shown.

On focus out I am supposed to hide the list(i.e. when the user clicks or focuses on some other e

6条回答
  •  爱一瞬间的悲伤
    2021-01-02 23:05

    First realize that focus and blur events are only supported on focusable elements. To make your

    s focusable you need to look at the tabindex property.

提交回复
热议问题