.live() is a deprecated function (from 1.7+) and removed completely from jQuery 1.9+. You can instead use .on() or .bind() methods: http://api.jquery.com/on/ http://api.jquery.com/bind/
.live() is a deprecated function (from 1.7+) and removed completely from jQuery 1.9+.
You can instead use .on() or .bind() methods:
http://api.jquery.com/on/
http://api.jquery.com/bind/