{"id":20800717,"url":"https://github.com/jeankassio/jquery.directional","last_synced_at":"2025-09-28T10:30:33.779Z","repository":{"id":216045236,"uuid":"740328203","full_name":"jeankassio/jQuery.Directional","owner":"jeankassio","description":"jQuery Plugin for page navigation using directional buttons. Functional for Web-Apps on Smart TV's","archived":false,"fork":false,"pushed_at":"2024-01-15T22:33:43.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T18:14:58.517Z","etag":null,"topics":["app","directional","directional-buttons","jquery","jquery-plugin","smarttv","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeankassio.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-08T05:48:16.000Z","updated_at":"2024-01-09T08:23:44.000Z","dependencies_parsed_at":"2024-01-15T23:56:35.765Z","dependency_job_id":null,"html_url":"https://github.com/jeankassio/jQuery.Directional","commit_stats":null,"previous_names":["jeankassio/jquery.directional"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeankassio%2FjQuery.Directional","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeankassio%2FjQuery.Directional/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeankassio%2FjQuery.Directional/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeankassio%2FjQuery.Directional/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeankassio","download_url":"https://codeload.github.com/jeankassio/jQuery.Directional/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234506444,"owners_count":18843904,"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":["app","directional","directional-buttons","jquery","jquery-plugin","smarttv","webapp"],"created_at":"2024-11-17T18:15:00.348Z","updated_at":"2025-09-28T10:30:33.428Z","avatar_url":"https://github.com/jeankassio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.Directional\njQuery Plugin for page navigation using directional buttons. Functional for Web-Apps on Smart TV's\n\n## Usage\n```javascript\n// Include the plugin in your HTML file\n\u003cscript src=\"path/to/jquery.directional.min.js\"\u003e\u003c/script\u003e\n```\n\n## Overview\n\nThe jQuery.Directional plugin enhances webpage accessibility through directional button navigation. To integrate the plugin, use the following syntax:\n\n```javascript\n$.fn.Directional();\n```\n\n## Parameters\n\n### RewriteIndexes\n#### Rewrites all \"tabindex\" values on the page that are greater than or equal to zero, placing them in ascending order. A note is included, highlighting the potential advantages of this feature in future updates.\n```javascript\n$.fn.Directional({\n  rewriteindexes: true\n});\n```\n\n### SelectElement\n#### Selects an initial element, serving as a starting point for directional navigation.\n```javascript\n$.fn.Directional({\n  selectelement: $(\".element\")\n});\n```\n\n### ClickOnEnter\n#### Simulates mouse click when the Enter key is pressed.\n```javascript\n$.fn.Directional({\n  clickonenter: true\n});\n```\n\n### CheckIsTv\n#### Activate the plugin only in TV Devices. (Need the plugin [IsSmartTV.js](https://github.com/jeankassio/IsSmartTv.js).)\n\n\n\n```javascript\n$.fn.Directional({\n  checkistv: true\n});\n```\n\n## Note\n### Feel free to explore and customize the jQuery.Directional plugin to enhance your webpage's navigation experience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeankassio%2Fjquery.directional","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeankassio%2Fjquery.directional","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeankassio%2Fjquery.directional/lists"}