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

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

php - PHPDoc: @return void necessary? -

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