luke-chang / js-spatial-navigation

A javascript-based implementation of Spatial Navigation.
Mozilla Public License 2.0
370 stars 117 forks source link

How to focus on Newly Created Dom elements ?? #35

Open nitinkumartiwari opened 4 years ago

nitinkumartiwari commented 4 years ago

Please Help

Rob2k9 commented 4 years ago

its very simple make sure you call focus after you have added your newly added dom optiones

in my own project i use

$('#content').html(Items); $('.img').SpatialNavigation().first().focus();

tishka25 commented 3 years ago

Add SpatialNavigation.makeFocusable()