nekman / keynavigator

Keynavigation plugin for jQuery/Zepto.
http://nekman.github.io/keynavigator/
0 stars 1 forks source link

Enter key #15

Open selcukdere opened 7 years ago

selcukdere commented 7 years ago

How can I follow links with enter key could you give me an example.

selcukdere commented 7 years ago

if I use $('ul#example li').navigate({ I couldnt use enter key to open links

but if I use $('ul#example li a').navigate({ I am browsing links but no active class at all (no focused element at all).