{"id":16183684,"url":"https://github.com/rmariuzzo/dom-navigator","last_synced_at":"2025-03-19T02:30:50.177Z","repository":{"id":46174570,"uuid":"22892479","full_name":"rmariuzzo/dom-navigator","owner":"rmariuzzo","description":"⚓️ JS library that allow keyboard navigation through DOM elements (←↑→↓).","archived":false,"fork":false,"pushed_at":"2018-10-13T11:38:51.000Z","size":400,"stargazers_count":42,"open_issues_count":4,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-28T14:08:18.143Z","etag":null,"topics":["dom","javascript","jquery","jquery-plugin","navigation"],"latest_commit_sha":null,"homepage":"http://rmariuzzo.github.io/dom-navigator/","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/rmariuzzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-12T21:04:56.000Z","updated_at":"2024-06-09T05:05:15.000Z","dependencies_parsed_at":"2022-09-04T22:02:09.921Z","dependency_job_id":null,"html_url":"https://github.com/rmariuzzo/dom-navigator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2Fdom-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2Fdom-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2Fdom-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmariuzzo%2Fdom-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmariuzzo","download_url":"https://codeload.github.com/rmariuzzo/dom-navigator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960434,"owners_count":20375101,"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":["dom","javascript","jquery","jquery-plugin","navigation"],"created_at":"2024-10-10T07:05:54.234Z","updated_at":"2025-03-19T02:30:49.761Z","avatar_url":"https://github.com/rmariuzzo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOM Navigator\n\n\u003e Library that allow keyboard navigation through DOM elements (←↑→↓).\n\n[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/rmariuzzo/dom-navigator)\n\n## Installation\n\n#### Bower\n\n```sh\nbower install dom-navigator --save\n```\n\n#### NPM\n\n```sh\nnpm install dom-navigator --save\n```\n\n#### Manual\n\n 1. [Download the latest release](https://github.com/rmariuzzo/dom-navigator/releases).\n 2. Then include `dom-navigator-###.min.js` into your HTML page.\n\n## Usage\n\n#### Pure JavaScript\n\n```js\nvar el = document.querySelector('#grid');\nnew DomNavigator(el);\n```\n\n#### jQuery\n\nIf jQuery is included you can use the library as a jQuery plugin:\n\n```js\nvar el = $('#grid');\nel.domNavigator();\n```\n\n## Want to contribute?\n\nAll help are more than welcome!\n\n#### Pre-requisites\n\n - [Node.js](http://nodejs.org/).\n - [Grunt](http://gruntjs.com/).\n\n#### Development Workflow\n\n 1. **[Fork](https://github.com/rmariuzzo/dom-navigator/fork)** this respository.\n 2. **Clone** your fork and create a feature branch from develop.\n\n        git clone git@github.com:\u003cyour-username\u003e/dom-navigator.git\n        git fetch origin\n        git checkout develop\n        git checkout -b feature-\u003csuper-power\u003e\n\n 3. **Install** development dependencies.\n\n        npm install\n        bower install\n\n 4. **Code** and be happy!\n 5. **Test** your code using QUnit `grunt test`.\n 6. Submit a **pull request** and grab popcorn.\n\n### Credits\n\n**dom-navigator** was created by [Rubens Mariuzzo](http://github.com/rmariuzzo) with all the love in the world.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmariuzzo%2Fdom-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmariuzzo%2Fdom-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmariuzzo%2Fdom-navigator/lists"}