{"id":18376777,"url":"https://github.com/hcodes/textslider","last_synced_at":"2025-10-18T16:06:11.327Z","repository":{"id":5394929,"uuid":"6584008","full_name":"hcodes/textslider","owner":"hcodes","description":"A text slider","archived":false,"fork":false,"pushed_at":"2017-07-14T23:02:15.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T06:46:40.691Z","etag":null,"topics":["js","textslider"],"latest_commit_sha":null,"homepage":"http://hcodes.github.io/textslider/examples/example.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"datactive/bigbang","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hcodes.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":"2012-11-07T18:26:54.000Z","updated_at":"2021-04-14T20:36:40.000Z","dependencies_parsed_at":"2022-09-25T03:01:24.131Z","dependency_job_id":null,"html_url":"https://github.com/hcodes/textslider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hcodes/textslider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Ftextslider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Ftextslider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Ftextslider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Ftextslider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hcodes","download_url":"https://codeload.github.com/hcodes/textslider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcodes%2Ftextslider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262444988,"owners_count":23312264,"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":["js","textslider"],"created_at":"2024-11-06T00:24:43.615Z","updated_at":"2025-10-18T16:06:11.206Z","avatar_url":"https://github.com/hcodes.png","language":"JavaScript","readme":"# Текстовый слайдер\n\nПлюсы:\n+ компактность размещения;\n+ ввод данных при помощи мышки;\n+ быстрая оценка возможных вариантов.\n\n## Подключение\n  ```HTML\n\u003chtml\u003e\n\u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"./textslider.css\"  /\u003e\n    \u003cscript src=\"./jquery.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"./jquery.textslider.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003cinput type=\"text\" class=\"textslider\" value=\"25\" /\u003e\n    \u003cscript\u003e\n        $(document).ready(function() {\n            $('input.textslider').textSlider({min: 0, max: 50});\n        });\n    \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n  ```\n\n## [Примеры](https://hcodes.github.io/textslider/examples/example.html)\n```js\n$('input.textslider').textSlider({min: 0, max: 50});\n```\n  \n```js\n$('input.textslider').textSlider({\n    min: 8,\n    max: 30,\n    filterForCSS: function(value, data) {\n        return {fontSize: value + 'px'};\n    }\n});\n```\n\n```js\n$('input.textslider').textSlider({\n    min: -50,\n    max: 50,\n    filterForValue: function(value, data) {\n        return value \u003e 0 ? '+' + value : value;\n    }\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcodes%2Ftextslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcodes%2Ftextslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcodes%2Ftextslider/lists"}