{"id":14062806,"url":"https://github.com/NikitaGolovko/jQuery-DataList","last_synced_at":"2025-07-29T14:31:37.340Z","repository":{"id":17197365,"uuid":"19965176","full_name":"NikitaGolovko/jQuery-DataList","owner":"NikitaGolovko","description":"jQuery Datalist extension for Bootstrap creates a letter based navigation for your lists. ","archived":false,"fork":false,"pushed_at":"2014-06-10T02:28:39.000Z","size":208,"stargazers_count":7,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-13T07:03:24.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/NikitaGolovko.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":"2014-05-20T02:40:45.000Z","updated_at":"2024-07-23T17:05:19.000Z","dependencies_parsed_at":"2022-09-12T04:41:25.550Z","dependency_job_id":null,"html_url":"https://github.com/NikitaGolovko/jQuery-DataList","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/NikitaGolovko%2FjQuery-DataList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaGolovko%2FjQuery-DataList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaGolovko%2FjQuery-DataList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaGolovko%2FjQuery-DataList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikitaGolovko","download_url":"https://codeload.github.com/NikitaGolovko/jQuery-DataList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228022763,"owners_count":17857593,"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-08-13T07:02:29.481Z","updated_at":"2024-12-04T00:30:47.092Z","avatar_url":"https://github.com/NikitaGolovko.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# jQuery DataList\n\n\u003e jQuery plug-in inspired by ListNav plugin originally created and maintained by [Eric Steinborn](https://github.com/esteinborn/jquery-listnav) will add a slick \"letter-based\" navigation bar to all of your lists with the proper Bootstrap markup. Click a letter to quickly filter the list to show items that match that letter. The next release of this extension will also add a search functionality that you can bind to your controls.\n\n## Sample\nTo understand better what this extension accomplishes - check out this [sample page](http://nikitagolovko.github.io/jQuery-DataList/Example.html)!\n\n## Manual Install\n#### Insert into \u0026lt;Head\u0026gt;:\n\u003cpre\u003e\u003ccode\u003e\u0026lt;link rel=\"stylesheet\" href=\"datalist.css\"\u0026gt;\u003c/code\u003e\u003c/pre\u003e\n\n#### Code up your list:\n\u003cpre\u003e\u003ccode\u003e\u0026lt;ul id=\"myList\"\u0026gt;...\u0026lt;/ul\u0026gt;\u003c/code\u003e\u003c/pre\u003e\n\n#### Append the search control:\n#### Insert before \u0026lt;/body\u0026gt;:\n\u003cpre\u003e\u003ccode\u003e\u0026lt;script src=\"jQuery-datalist.js\"\u0026gt;\u0026lt;/script\u003e\n\u0026lt;script\u0026gt;\n\t$(\"#myList\").datalist();\n\u0026lt;/script\u0026gt;\u003c/code\u003e\u003c/pre\u003e\n\n## Options\n\u003cpre\u003e\u003ccode\u003e$(\"myList\").listnav({\n\tinitLetter: '',                     // filter the list to a specific letter on init ('a'-'z', '-' [numbers 0-9], '_' [other])\n    optionAll: true,                    // Include the ALL button\n    optionOther: false,                // Include a '...' option to filter special charachters by\n    optionNums: true,                  // Include a '0-9' option to filter by\n    removeDisabled: false,              // Remove the disabled elements from navigation items. Does not apply to artificially added elements (optionAll/optionNums/optionOther)\n    notFoundText: 'No matching entries', // set custom text for nav items with no content to show\n    searchControlName: '',               // Set the search control ID to bind the search functionality to. \n    navigationClass: 'btn-default'\t\t// Set the navigation control classes. EIther default bootstrap classes: btn-default, btn-primary or your own classes\n\n});\u003c/code\u003e\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikitaGolovko%2FjQuery-DataList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNikitaGolovko%2FjQuery-DataList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNikitaGolovko%2FjQuery-DataList/lists"}