{"id":32262101,"url":"https://github.com/iwark/jquery.simple-carousel-slider","last_synced_at":"2026-02-20T20:03:07.895Z","repository":{"id":31278642,"uuid":"34840548","full_name":"Iwark/jquery.simple-carousel-slider","owner":"Iwark","description":null,"archived":false,"fork":false,"pushed_at":"2015-05-01T00:47:59.000Z","size":332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T03:32:34.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Iwark.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":"2015-04-30T07:27:34.000Z","updated_at":"2015-05-01T00:47:56.000Z","dependencies_parsed_at":"2022-08-31T00:00:18.859Z","dependency_job_id":null,"html_url":"https://github.com/Iwark/jquery.simple-carousel-slider","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Iwark/jquery.simple-carousel-slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iwark%2Fjquery.simple-carousel-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iwark%2Fjquery.simple-carousel-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iwark%2Fjquery.simple-carousel-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iwark%2Fjquery.simple-carousel-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iwark","download_url":"https://codeload.github.com/Iwark/jquery.simple-carousel-slider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iwark%2Fjquery.simple-carousel-slider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29662585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-10-22T20:31:23.771Z","updated_at":"2026-02-20T20:03:07.890Z","avatar_url":"https://github.com/Iwark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery Simple Carousel Slider ![Bower Version](https://badge.fury.io/bo/jquery.simple-carousel-slider.svg)\n----\n\n### Simple jQuery Carousel Slider Plugin\n\n## Installation\n\n```\nbower install jquery.simple-carousel-slider\n```\n\n## Usage\n\n1. Include jQuery and [jquery.finger](https://github.com/ngryman/jquery.finger).\n\n  ```html\n  \u003cscript src=\"../lib/jquery/jquery.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"../lib/jquery.finger/jquery.finger.js\"\u003e\u003c/script\u003e\n  ```\n\n2. Include plugin's code:\n\n  ```html\n  \u003clink rel=\"stylesheet\" href=\"../src/css/jquery.simple-carousel-slider.css\"\u003e \n  \u003cscript src=\"../src/js/jquery.simple-carousel-slider.js\"\u003e\u003c/script\u003e\n  ```\n\n3. Call the plugin:\n\n  ```html\n    \u003cstyle\u003e\n      .sc-slider{\n        margin: 0 auto;\n        width:  500px;\n        height: 333px;\n      }\n    \u003c/style\u003e\n\n    \u003cdiv class=\"sc-slider\"\u003e\n      \u003cul class=\"sc-slides\"\u003e\n        \u003cli class=\"sc-slide\"\u003e\n          \u003ca href=\"#\"\u003e\n            \u003cimg src=\"images/img1.png\" /\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli class=\"sc-slide\"\u003e\n          \u003ca href=\"#\"\u003e\n            \u003cimg src=\"images/img2.png\" /\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli class=\"sc-slide\"\u003e\n          \u003ca href=\"#\"\u003e\n            \u003cimg src=\"images/img3.png\" /\u003e\n          \u003c/a\u003e\n        \u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/div\u003e\n\n    \u003cscript\u003e\n      $(function(){\n\n        $('.sc-slider').scSlider({\n          interval: 5000,\n          prev: \"＜\",\n          next: \"＞\"\n        });\n\n      });\n    \u003c/script\u003e\n  ```\n\n## History\n\nCheck [Releases](https://github.com/Iwark/jquery.simple-carousel-slider/releases) for detailed changelog.\n\n## License\n\n[MIT License](http://iwark.mit-license.org) © Iwark","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwark%2Fjquery.simple-carousel-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwark%2Fjquery.simple-carousel-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwark%2Fjquery.simple-carousel-slider/lists"}