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