{"id":20315154,"url":"https://github.com/ipluser/jquery-shifter","last_synced_at":"2026-04-20T04:04:17.387Z","repository":{"id":57282411,"uuid":"45763177","full_name":"ipluser/jquery-shifter","owner":"ipluser","description":"Simple and lightweight shift/slide plugin for jquery(less than 1kb).","archived":false,"fork":false,"pushed_at":"2016-07-10T13:00:39.000Z","size":3189,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T08:29:03.109Z","etag":null,"topics":["gallery","jquery","jquery-plugin","jquery-shifter","roller","slider"],"latest_commit_sha":null,"homepage":"http://ipluser.github.io/jquery-shifter/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipluser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-08T02:05:21.000Z","updated_at":"2023-03-10T09:54:21.000Z","dependencies_parsed_at":"2022-08-31T00:02:01.012Z","dependency_job_id":null,"html_url":"https://github.com/ipluser/jquery-shifter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fjquery-shifter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fjquery-shifter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fjquery-shifter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipluser%2Fjquery-shifter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipluser","download_url":"https://codeload.github.com/ipluser/jquery-shifter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818882,"owners_count":20025210,"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":["gallery","jquery","jquery-plugin","jquery-shifter","roller","slider"],"created_at":"2024-11-14T18:18:10.372Z","updated_at":"2026-04-20T04:04:17.356Z","avatar_url":"https://github.com/ipluser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## jquery-shifter\nSimple and lightweight shift/slide plugin for jquery(less than 1kb).\n\n![jquery-shifter-samples](public/img/samples.gif)\n\n## Resources\n- [online example](http://ipluser.github.io/jquery-shifter/)\n\n## How to use\n### Installing\n```\nbower install jquery-shifter\n```\n\nor\n\n```\nnpm install jquery-shifter\n```\n\n### Include jquery, jquery-shifter and css\n```html\n\u003cscript src=\"jquery-latest.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery-shifter.min.js\"\u003e\u003c/script\u003e\n\u003clink href=\"jquery-shifter.css\" rel=\"stylesheet\" /\u003e\n```\n\n### Ready your HTML\n```html\n\u003cdiv class=\"shifter-wrap\"\u003e\n  \u003cul class=\"shifter\"\u003e\n    \u003cli\u003e\u003cimg src=\"images/img1.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img2.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img3.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img4.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img5.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img6.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img7.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img8.jpg\" /\u003e\u003c/li\u003e\n    \u003cli\u003e\u003cimg src=\"images/img9.jpg\" /\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n```\n\n### Plug it all together\n```javascript\n$(function() {\n  $('.shifter').shifter();\n});\n```\n\n## Options\n```javascript\n  $('.shifter').shifter({\n    forwardText: 'left',    // Text for the \"forward\" button, default is \"forward\"\n    backwardText: 'right',  // Text for the \"backward\" button, default is \"backward\"\n    forwardSelector: '#forwardArrow',   // Declare selector of \"forward\" button \n    backwardSelector: '#backwardArrow', // Declare selector of \"backward\" button\n    switcher: true, // Whether navigator auto to switch\n    speed: 1000,    // The speed to animate each shift (in milliseconds), default is 2000\n    responsive: true,  // true/false or { delay: 200 }, default open responsive ability and set delay is 200\n    maxShift: 3     // The maximum number of each shift, default is 4\n  });\n```\n\n## Changelog\n### 0.6.0\n- add responsive ability\n- add switcher option\n- supports amd and umd\n\n10.07.2016\n\n### 0.5.3\n- refactor codes\n- add gulp, eslint, etc\n\n26.04.2016\n\n### 0.5.2\n- fix reverse elements of arrow\n\n07.04.2016\n\n### 0.5.1\n- fix can not show custom forward and backward selector\n\n05.12.2015\n\n### 0.5.0\n- initial release\n\n08.11.2015\n\n## License\n\n  [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipluser%2Fjquery-shifter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipluser%2Fjquery-shifter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipluser%2Fjquery-shifter/lists"}