Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: Freshly, 9.5.0, 9.1.0
-
Fix Version/s: 9.5.0
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
Labels:
-
gh.sprint.customfield.default.name:ZK 9.5.0 S1
Description
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
Attachments
Issue Links
- relates to
-
ZK-4617 portallayout, panel drag on touch issues
-
- Closed
-