trimentor / jquery-tableSelect

With the jQuery tableSelect plug-in it is a piece of cake to select a single or even multiple rows within a table's tbody content section.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i focus this table on page startup,

noneym opened this issue · comments

i dont want to use mouse.
how can i focus this table on page startup, i want to use directly keybourd

can you help me

I guess you want to set focus on the first input field in your table on page load?
In this case you don't need JavaScript. If you set the autofocus attribute on the first checkbox/radio button in the table, then this field gets focused on page load.