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
.live()
TypeError: $(...).live is not a funct
.live() was deprecated and has now been removed from jQuery 1.9 You should use .on()