Kalai Selvan Ravi
Kalai Selvan Ravi

Reputation: 2886

What ko.applyBindings() is doing in knockout.js?

I am new to knockout.js. I have seen all tutorials having ko.applyBindings(). Actually, what is this method doing?

Upvotes: 1

Views: 874

Answers (1)

John Rood
John Rood

Reputation: 835

It searches for data-binds and then does whatever the specified bindings are programmed to do. See the documentation.

Upvotes: 2

Related Questions