{"id":16795850,"url":"https://github.com/mrvautin/bootstraptagger","last_synced_at":"2026-01-03T20:04:59.822Z","repository":{"id":146206266,"uuid":"41405751","full_name":"mrvautin/bootstrapTagger","owner":"mrvautin","description":"Quickly add Bootstrap styled tags to any form input","archived":false,"fork":false,"pushed_at":"2015-12-04T03:19:26.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T12:47:00.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://mrvautin.github.io/bootstrapTagger.html","language":null,"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/mrvautin.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-08-26T05:12:51.000Z","updated_at":"2023-01-29T16:20:20.000Z","dependencies_parsed_at":"2023-04-14T22:55:33.594Z","dependency_job_id":null,"html_url":"https://github.com/mrvautin/bootstrapTagger","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/mrvautin%2FbootstrapTagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2FbootstrapTagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2FbootstrapTagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrvautin%2FbootstrapTagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrvautin","download_url":"https://codeload.github.com/mrvautin/bootstrapTagger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965778,"owners_count":20375918,"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-10-13T09:17:34.158Z","updated_at":"2026-01-03T20:04:59.751Z","avatar_url":"https://github.com/mrvautin.png","language":null,"readme":"## What is it?\r\n\r\nbootstrapTagger is a jQuery plugin for simply turning an input element into a Bootstrap styled tag editing control for use with blogs and various other web based software.\r\n\r\n## What does it look like?\r\n\r\nHere is a live Demo: [http://mrvautin.github.io/bootstrapTagger.html](http://mrvautin.github.io/bootstrapTagger.html)\r\n\r\n*Note: Tags are comma seporated. Once a comma is pressed a new tag is created*\r\n\r\n    \u003cinput type=\"text\" name=\"input_tags\" id=\"input_tags\" value=\"this,is,a,tag\"\u003e\r\n\r\n## Stop. Where can I get it?\r\n\r\nThe Javascript and CSS can be downloaded [here](https://github.com/mrvautin/bootstrapTagger/archive/master.zip)\r\n\r\n## How does it work? - Basic example\r\n\r\nYou need to add the following to your \u003chead\u003e tag:\r\n\r\n    \u003clink rel=\"stylesheet\" href=\"css/bootstrapTagger.css\"\u003e\r\n    \u003cscript src=\"js/bootstrapTagger.js\"\u003e\u003c/script\u003e\r\n\r\nCreate a HTML input field to hold the tags:\r\n\r\n*Note: You can set a value with pre-set comma seporated tags*\r\n\r\n    \u003cinput type=\"text\" name=\"input_tags\" id=\"input_tags\" value=\"this,is,a,tag\"\u003e\r\n\r\nYou can then setup the input element:\r\n\r\n    $(\"#input_tags\").bootstrapTagger({backgroundColor: \"primary\"});\r\n    \r\n## Options\r\n\r\nThere aren't many right now...\r\n\r\n**Option**\r\n\r\n    $(\"#input_tags\").bootstrapTagger({backgroundColor: \"primary\"});\r\n\r\n**Description**\r\n\r\nAny of the standard Bootstrap colors are supported.\r\n\r\n* default\r\n* primary\r\n* success\r\n* info\r\n* warning\r\n* danger\r\n\r\nEg: Using the \"success\" (green) color would be:\r\n\r\n    $(\"#input_tags\").bootstrapTagger({backgroundColor: \"primary\"});\r\n    \r\nAlternatively a value of \"random\" can be used to randomly select a color for each tag. Eg:\r\n\r\n    $(\"#input_tags\").bootstrapTagger({backgroundColor: \"random\"});","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvautin%2Fbootstraptagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrvautin%2Fbootstraptagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvautin%2Fbootstraptagger/lists"}