Custom-Selectbox icon indicating copy to clipboard operation
Custom-Selectbox copied to clipboard

.live() is a deprecated function

Open jacobnijgh opened this issue 11 years ago • 1 comments

.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/

jacobnijgh avatar Dec 05 '13 09:12 jacobnijgh

I don't think this is maintained anymore. There's a number of outstanding much-needed pull requests which have been there for months.

tcopestake avatar Dec 05 '13 09:12 tcopestake