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