You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery .bind() function has been deprecated in favor of the .on() method which can handle both delegated and direct event binding. Although the older methods are still present in jQuery 3.0, they may be removed as early as the next major-version update.
While using the jqMigrate plugin to update jQuery, this warning was thrown from ng-droplet.
jQuery
.bind()
function has been deprecated in favor of the.on()
method which can handle both delegated and direct event binding. Although the older methods are still present in jQuery 3.0, they may be removed as early as the next major-version update.While using the jqMigrate plugin to update jQuery, this warning was thrown from
ng-droplet
.Sources:
The text was updated successfully, but these errors were encountered: