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.
Are there any plans to update delegate & bind to "on" & unbind to "off"?
I modified 1.3.5 to use the on/off and it appears to function properly. Thanks.