02 Apr 2012, 19:25
Generic-user-small

Marc-André Benoit (4 posts)

in the text it relate to mustache.js
but the link on the bottom of the page links to underscore.js

02 Apr 2012, 19:26
Generic-user-small

Marc-André Benoit (4 posts)

Ingredients
• jQuery
• Mustache.js10
• QEDServer
Solution
By implementing endless pagination, we can provide an efficient way of
managing our resources, while at the same time improving the end-user
experience. Instead of forcing users to choose the next page of results and
then reloading the entire interface, we load the next page of results in the
background and add those results to the current page as the user scrolls
toward the end of the page.
We want to add a list of our product line to our site, but our inventory is
much too big to reasonably load all at once. This means that we’re going to
have to add pagination for this list and limit the user to seeing ten products
10. http://github.com/documentcloud/underscore/blob…

02 Apr 2012, 19:28
Generic-user-small

Marc-André Benoit (4 posts)

this is happening again in page 79 (pdf 94)
link is wrong..

12 Apr 2012, 05:19
Bphogan_pragsmall

Brian P. Hogan (127 posts)

Hey, can you submit this to the errata page for the book? We can fix it in a future update.

  You must be logged in to comment