jui-core icon indicating copy to clipboard operation
jui-core copied to clipboard

jQuery 3.2 support - replace deprecated size() function

Open oxillo opened this issue 6 years ago • 1 comments

The .size() function has been deprecated in jQuery 1.8 and removed in 3.0. Consequently, jui (all components) throws errors. Replacing .size() by .length (as suggested by jQuery) solves the issue.

oxillo avatar Dec 17 '17 10:12 oxillo