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() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -