JavaScript this from jQuery this

后端 未结 4 895
既然无缘
既然无缘 2021-01-06 11:24

Is there a way to get JavaScript this from jQuery this?

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-06 12:15

    Try to access this (DOM element) instead of $(this) (jquery object).

提交回复
热议问题