Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nitinkumartiwari opened this issue Jul 19, 2019 · 2 comments
Open

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

nitinkumartiwari opened this issue Jul 19, 2019 · 2 comments

Comments

@nitinkumartiwari
Copy link

Please Help

@Rob2k9
Copy link

Rob2k9 commented Feb 15, 2020

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
Copy link

Add SpatialNavigation.makeFocusable()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants