finnsson / pagerjs

The Single Page Application Framework for KnockoutJS
http://pagerjs.com/
MIT License
271 stars 68 forks source link

A possibility to call afterShow method anytime. #214

Open Sanprof opened 9 years ago

Sanprof commented 9 years ago

Hi, developers. Is there a possibility to call afterShow method anytime when I click to link? I have the next code:

<div data-bind="page: {id: 'reports'}>

I need always call method afterShow even if I have not changed path (div hide/show).