{"id":28646770,"url":"https://github.com/firedev/jquery.keynav","last_synced_at":"2025-06-13T02:06:52.353Z","repository":{"id":7838681,"uuid":"9210210","full_name":"firedev/jquery.keynav","owner":"firedev","description":"jQuery Keyboard Navigation plugin – This plugin allows you to navigate a set of links layed out in a matrix from keyboard","archived":false,"fork":false,"pushed_at":"2013-07-21T14:24:28.000Z","size":104,"stargazers_count":24,"open_issues_count":4,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-23T12:50:00.716Z","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/firedev.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-04-04T03:21:56.000Z","updated_at":"2023-02-09T02:14:25.000Z","dependencies_parsed_at":"2022-08-28T04:22:27.142Z","dependency_job_id":null,"html_url":"https://github.com/firedev/jquery.keynav","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/firedev/jquery.keynav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firedev%2Fjquery.keynav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firedev%2Fjquery.keynav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firedev%2Fjquery.keynav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firedev%2Fjquery.keynav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firedev","download_url":"https://codeload.github.com/firedev/jquery.keynav/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firedev%2Fjquery.keynav/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259565561,"owners_count":22877347,"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":"2025-06-13T02:06:51.666Z","updated_at":"2025-06-13T02:06:52.339Z","avatar_url":"https://github.com/firedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQuery Keyboard Navigation plugin\n=================================\n\n[**View Demo**](http://firedev.com/jquery.keynav/)\n\nThis plugin allows you to navigate a set of links layed out in a matrix from keyboard:\n\n    [_ITEM_] [ item ] [ item ] [ item ]\n    [ item ] [ item ] [ item ] [ item ]\n    [ item ] [ item ]\n\nThe rows should have the same vertical offset. You can mark one element with `.selected` class, or the first one will be selected.\n\nEnter key replaces `window.location.href` with the current `href` value.\n\nUsage:\n------\n\n    $('#navigation a').keynav();\n\nThis will enable keyboard navigation for the links in `#navigation` container. If you need to have some control on the state of plugin you can pass the additional function as a single parameter:\n\n    $('#navigation a').keynav(function(){\n\t\t\treturn window.keyNavigationDisabled;\n    });\n\nNote: If the function passed returns `true` - keyboard navigation stops.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiredev%2Fjquery.keynav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiredev%2Fjquery.keynav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiredev%2Fjquery.keynav/lists"}