Skip to content

Instantly share code, notes, and snippets.

@luke-chang
Last active November 12, 2022 00:55
Show Gist options
  • Save luke-chang/d6783521b8b75a489c96 to your computer and use it in GitHub Desktop.
Save luke-chang/d6783521b8b75a489c96 to your computer and use it in GitHub Desktop.
$.getScript('https://luke-chang.github.io/js-spatial-navigation/spatial_navigation.js', function() {
$('a')
.SpatialNavigation()
.focus(function() { $(this).css('outline', '2px solid red'); })
.blur(function() { $(this).css('outline', ''); })
.first()
.focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment