jQuery 1.9 .live() is not a function

前端 未结 10 1185
再見小時候
再見小時候 2020-11-22 03:46

I recently updated jQuery from 1.8 to 2.1. I suddenly discovered that the .live() stops working.
I get the error TypeError: $(...).live is not a funct

10条回答
  •  日久生厌
    2020-11-22 04:15

    .live() was deprecated and has now been removed from jQuery 1.9 You should use .on()

提交回复
热议问题