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
Post a Comment