If you load the last page of results directly where the `path` selector will no longer match any nodes it will throw the following error: ``` Bad InfiniteScroll path option. Next link not found: .page-numbers .next Disabling InfiniteScroll Uncaught TypeError: this.getPath is not a function ``` ``` js $( '.archive .products' ).infiniteScroll( { path: '.page-numbers .next', append: '.product', debug: true } ); ``` Test case: http://mmcurate.com/test/test-case-page-2.html