{"id":18310306,"url":"https://github.com/torann/jquery.slugify","last_synced_at":"2025-04-09T11:44:26.367Z","repository":{"id":58240985,"uuid":"80764981","full_name":"Torann/jquery.slugify","owner":"Torann","description":"Yet another url slug creation plugin for jQuery.","archived":false,"fork":false,"pushed_at":"2018-05-29T20:40:53.000Z","size":8,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T06:04:42.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torann.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":"2017-02-02T20:19:58.000Z","updated_at":"2019-12-29T10:20:51.000Z","dependencies_parsed_at":"2022-08-31T09:40:21.085Z","dependency_job_id":null,"html_url":"https://github.com/Torann/jquery.slugify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.slugify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.slugify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.slugify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.slugify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torann","download_url":"https://codeload.github.com/Torann/jquery.slugify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248033550,"owners_count":21036811,"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-05T16:14:01.661Z","updated_at":"2025-04-09T11:44:26.339Z","avatar_url":"https://github.com/Torann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery Slugify\n\nYet another url slug creation plugin for jQuery.\n\n## Getting Started\n\nYou can install the plugin using Bower:\n\n```bash\nbower install jquery.slugify\n```\n\nThe script will automatically create the slug from the inputted data from element (source) with the `data-slugify` attribute, and add it to the element (target) specified in the `data-slugify` attribute. You can also setup an URL preview by adding an element ID or classname in the `rel` tag on the target element.\n\n```html\n\u003cscript src=\"jquery.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery.slugify.js\"\u003e\u003c/script\u003e\n\n\u003cdiv class=\"form-group\"\u003e\n    \u003clabel for=\"post-title\"\u003eTitle\u003c/label\u003e\n    \u003cinput id=\"post-title\" type=\"text\" value=\"\" name=\"title\" data-slugify=\"#post-slug\"\u003e\n\u003c/div\u003e\n\n\u003cdiv class=\"form-group\"\u003e\n    \u003clabel for=\"post-slug\"\u003eSlug\u003c/label\u003e\n    \u003cinput id=\"post-slug\" type=\"text\" value=\"\" name=\"slug\" rel=\"#post-slug-preview\"\u003e\n\n    \u003cspan class=\"help-block\"\u003e\n        /blog/\u003cspan id=\"post-slug-preview\"\u003e\u003c/span\u003e\n    \u003c/span\u003e\n\u003c/div\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fjquery.slugify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorann%2Fjquery.slugify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fjquery.slugify/lists"}