html - Can I dynamically set tabindex in JavaScript? -


is there attribute tab-index?

context : i'm making section in web form visible or invisible depending on condition want set tab-index manually when particular section visible.

document.getelementbyid("link3").tabindex = 6; 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -