Tuesday, 17 September 2013

Is it possible to call a function every time a view is updated in Durandal?

Is it possible to call a function every time a view is updated in Durandal?

I have a web application using Durandal and I want to call
$('document).ready(function() {
$('.selectpicker').selectPicker();
}
every time a view is updated. Does anyone have any suggestions of how to
go about this?

No comments:

Post a Comment