layout icon indicating copy to clipboard operation
layout copied to clipboard

jQuery.fn.bind() is deprecated

Open allpro opened this issue 9 years ago • 1 comments

jQuery.fn.bind() is deprecated

for (name in layoutMethods) {
    $N.bind("layout" + name.toLowerCase() + "." + sID, Instance[ layoutMethods[name] || name ]);

Change to $N.on(...) and adjust syntax if needed.

allpro avatar Oct 26 '16 14:10 allpro

Agreed. Bind/Unbind are now recommended to be On/Off methods.

melloware avatar Dec 05 '16 21:12 melloware