pager.js is a JavaScript library based on KnockoutJS and jQuery that provides the possibility of creating single page applications in a declarative fashion - nesting subpages inside subpages where each subpage can be developed standalone but still communicate between each other.
Questions tagged [pager.js]
3 questions
4
votes
1 answer
Require, Knockout and pager are Undefined TypeError
I have the following main:
requirejs.config({
paths:{
'text':'../vendor/js/text.min',
'jquery':"../vendor/js/jquery.min",
'boostrap':"../vendor/js/bootstrap.min",
'ko':"http://knockoutjs.com/downloads/knockout-3.4.0.debug",
…

Dimitrios Desyllas
- 9,082
- 15
- 74
- 164
0
votes
0 answers
how to add routing to knockout app
today I have a problem with my app write in knockout js. I want to add deep routing to my app but I don't do this never before. I don't know how to start and how to modyfi or change my app. I saw an example in this link but I don't know how to use…

mcmac
- 1,042
- 9
- 13
0
votes
1 answer
Navigation problems with pager.js
Im trying to implement pager.js in my knockout SPA.
It is working, sort of, however i am experiencing some strange behaviour, even though I have followed the official guide..
My page structure look like this.

user3116167
- 539
- 1
- 6
- 14