<div data-bind="page: {id: 'lorem', source: 'lorem.html .content', sourceLoaded: loremIsLoaded}"></div>
The source can contain a selector (see .content above) in order to extract a fragment on the site.
In the example above loremIsLoaded is a function that is triggered after lorem.html is loaded.
The source can contain a selector (see
.contentabove) in order to extract a fragment on the site.In the example above
loremIsLoadedis a function that is triggered afterlorem.htmlis loaded.