-
New Feature
-
Resolution: Done
-
Normal
-
Freshly, 9.5.0, 9.1.0
-
Security Level: Jimmy
-
ZK 9.5.0 S1
-
None
zk uses the deprecated api function jquery.bind https://api.jquery.com/bind/
this function is deprecated since jquery 3.0
it can be replaced with jquery.on https://api.jquery.com/on/
same applies to jquery.unbind -> jquery.off
here at a few usages even overriding this function as zbind/zunbind
https://github.com/zkoss/zk/search?q=zbind&unscoped_q=zbind
- relates to
-
ZK-4617 portallayout, panel drag on touch issues
- Closed