EasyUI Forum
September 14, 2025, 03:58:59 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: how to set focus to textbox element, like combogrid and textbox on: May 26, 2015, 02:14:20 AM
maybe u can change with this

Code:
var t = $('#tx').combogrid('textbox').focus();

// or this

var t = $('#tx').combogrid('textbox').focus();
t.focus();

sorry for my bad english
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!