
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
dom-navigator
Advanced tools
Library that allow keyboard navigation through DOM elements (←↑→↓).
Library that allow keyboard navigation through DOM elements (←↑→↓).
bower install dom-navigator --save
npm install dom-navigator --save
dom-navigator-###.min.js
into your HTML page.var el = document.querySelector('#grid');
new DomNavigator(el);
If jQuery is included you can use the library as a jQuery plugin:
var el = $('#grid');
el.domNavigator();
All help are more than welcome!
Fork this respository.
Clone your fork and create a feature branch from develop.
git clone git@github.com:<your-username>/dom-navigator.git
git fetch origin
git checkout develop
git checkout -b feature-<super-power>
Install development dependencies.
npm install
bower install
Code and be happy!
Test your code using QUnit grunt test
.
Submit a pull request and grab popcorn.
dom-navigator was created by Rubens Mariuzzo with all the love in the world.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.