EasyUI Forum
May 15, 2024, 12:39:06 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2]
16  General Category / EasyUI for jQuery / setting the focus to textbox inside accordion onSelect event on: April 10, 2015, 07:43:53 AM
Hi,
I have an accordion withing some textboxes. When I select a page I want to set focus to a specific textbox, like

<div class="easyui-accordion" data-options="onSelect:acc_select ... etc, etc...">
   <div title="user info" etc..>
      <input id='id_user' class="easyui-textbox" ...

function acc_select(title, index) {
   if (index = 0) {
      $('#id_user').textbox('textbox').focus();
   }
}


but nothing happen.
What am I doing wrong?
tks for any answer
Pages: 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!