EasyUI Forum
September 14, 2025, 05:00:08 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: DateBox - onBlur event?  (Read 9996 times)
joe
Newbie
*
Posts: 33


View Profile Email
« on: August 13, 2013, 03:40:03 PM »

Is there an onBlur/onLostFocus event with the datebox?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 13, 2013, 07:50:53 PM »

Get the textbox and you will be able to bind a blur event to it.
Code:
var tb = $('#cc').datebox('textbox');
tb.bind('blur',function(){
  //...
});
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!