{"id":21867894,"url":"https://github.com/kyleconrad/jquery-stick","last_synced_at":"2026-04-05T21:35:32.332Z","repository":{"id":74258166,"uuid":"7512950","full_name":"kyleconrad/jquery-stick","owner":"kyleconrad","description":"Easy jQuery plugin to stick elements when you scroll.","archived":false,"fork":false,"pushed_at":"2013-01-09T02:09:45.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T16:15:28.138Z","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/kyleconrad.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":"2013-01-09T01:37:57.000Z","updated_at":"2014-10-07T07:22:37.000Z","dependencies_parsed_at":"2023-02-22T12:15:44.079Z","dependency_job_id":null,"html_url":"https://github.com/kyleconrad/jquery-stick","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/kyleconrad%2Fjquery-stick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleconrad%2Fjquery-stick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleconrad%2Fjquery-stick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleconrad%2Fjquery-stick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyleconrad","download_url":"https://codeload.github.com/kyleconrad/jquery-stick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244874718,"owners_count":20524581,"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-11-28T05:10:59.768Z","updated_at":"2025-12-30T23:56:07.950Z","avatar_url":"https://github.com/kyleconrad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery-stick\n============\n\nEasy jQuery plugin to stick elements when you scroll. Simply adds a default class called \"stick\" to the named element when the top of the window hits the element, then removes \"stick\" and replaces it with \"stick-end\" when the bottom of the named element hits the bottom of its container (default: \".container\").\n\n\n\nUsage\n============\n\n$('.block').stick();\n\nCalls for the \"stick\" plugin on \".block\" using default values.\n\n\n\nAdvanced Usage\n============\n\nDefault values of options:\n\n$('.block').stick({\n  offset: 0,\n  bottompadding: 0,\n  container: '.container',\n  stickyclass: 'stick',\n  endclass: 'stick-end'\n});\n\n\nDescription of options:\n\n\"offset\" - number of pixels above element to call the stickyclass to be added to the element.\n\n\"bottompadding\" - number of pixels below element (within the container) to remove the stickyclass and replace it with the endclass.\n\n\"container\" - the container that holds your element that you want it to be referenced against (make sure to have the leading period).\n\n\"stickyclass\" - the class to be added when sticky (be sure not to have the leading period).\n\n\"endclass\" - the class to be added once the element has reached the end of the container (be sure not to have the leading period).\n\n\n\nLicense\n============\n\nDual licensed under MIT and GPL. Feel free to clone, modify, and use at will, as you see fit. If used in commercial projects, just let me know with a note, tweet, or email. Thanks!\n\n\n\nContact\n============\n\nKyle Conrad - kyle@kyleconrad.com - http://www.kyleconrad.com - @kyle_conrad \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleconrad%2Fjquery-stick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyleconrad%2Fjquery-stick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleconrad%2Fjquery-stick/lists"}