wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 92 forks source link

delegate(), bind() & unbind() deprecated in jQuery 3 #112

Open JamoCA opened 6 years ago

JamoCA commented 6 years ago

Are there any plans to update delegate & bind to "on" & unbind to "off"?

As of jQuery 3.0, .delegate(), bind() & unbind() have been deprecated.
It has been superseded by be the .on() & .off() methods since jQuery 1.7,
so their use was already discouraged. 

I modified 1.3.5 to use the on/off and it appears to function properly. Thanks.