Knockout: Use of jQuery's bind function

Created on 21 Jun 2016  路  2Comments  路  Source: knockout/knockout

When Knockout is used with jQuery 3.0.0 (released a couple week ago), the jQuery Migrate script reports that Knockout is using the bind function from jQuery, which has been marked as deprecated. This is what I get in my console window:

JQMIGRATE: jQuery.fn.bind() is deprecated

The recommendation is to use .on() instead of .bind().

average minor bug

Most helpful comment

still hoping to see this released in a stable version! 3.5.0 is still in RC

All 2 comments

It makes knockout incompatible with jQuery 3 Slim build :/

still hoping to see this released in a stable version! 3.5.0 is still in RC

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fastfasterfastest picture fastfasterfastest  路  4Comments

fuchao2012 picture fuchao2012  路  7Comments

andrewchch picture andrewchch  路  3Comments

andersekdahl picture andersekdahl  路  6Comments

IPWright83 picture IPWright83  路  7Comments