{"id":17037440,"url":"https://github.com/robflaherty/jquery-page-sequencer","last_synced_at":"2026-05-02T10:34:35.995Z","repository":{"id":913473,"uuid":"674297","full_name":"robflaherty/jQuery-Page-Sequencer","owner":"robflaherty","description":"A simple plugin for generating next and previous links","archived":false,"fork":false,"pushed_at":"2010-08-27T23:08:19.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:43:12.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robflaherty.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-19T02:05:51.000Z","updated_at":"2017-05-25T20:21:23.000Z","dependencies_parsed_at":"2022-07-15T20:30:35.235Z","dependency_job_id":null,"html_url":"https://github.com/robflaherty/jQuery-Page-Sequencer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robflaherty%2FjQuery-Page-Sequencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robflaherty%2FjQuery-Page-Sequencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robflaherty%2FjQuery-Page-Sequencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robflaherty%2FjQuery-Page-Sequencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robflaherty","download_url":"https://codeload.github.com/robflaherty/jQuery-Page-Sequencer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245031515,"owners_count":20549926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T08:53:55.722Z","updated_at":"2026-05-02T10:34:35.963Z","avatar_url":"https://github.com/robflaherty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Page Sequence jQuery Plugin\nThis lil' plugin creates Next and Previous links from an array of arbitrary URLs. Normally you'd want to generate these links server-side, but if for some reason that's not possible you might find this plugin useful.\n\n(I know there are a ton of jQuery pagination plugins out there but the ones that I saw only offered in-page, DHTML pagination effects.)\n\n## How to use it: \n    \n    //List the pages you want to include in a local array\n    var pageURLs = [\n        \"example.html\",\n        \"example2.html\",\n        \"example3.html\",\n        \"example4.html\"           \n    ];\n    \n    //Call up the plugin\n    $(\"#page-nav\").pageSequence({\n        //Required\n        source: pageURLs,\n        //Optional\n        prevText: \"Previous Page\",\n        nextText: \"Next Page\",\n        continuous: false\n    });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobflaherty%2Fjquery-page-sequencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobflaherty%2Fjquery-page-sequencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobflaherty%2Fjquery-page-sequencer/lists"}