EasyUI Forum
May 10, 2024, 02:38:01 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: textbox lostfocus or focusout  (Read 7302 times)
karogel
Newbie
*
Posts: 28


View Profile
« on: August 10, 2016, 09:09:03 PM »

Is there a event in textbox like lost focus or focus out
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 11, 2016, 02:34:50 AM »

Call 'textbox' method to get the text box, you will be able to bind any events on it.
Code:
var t = $('#tt');
t.textbox('textbox').bind('blur', function(e){
//...
});
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!