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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

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