EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 07:30:30 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
DateBox - onBlur event?
Pages: [
1
]
« previous
next »
Print
Author
Topic: DateBox - onBlur event? (Read 9999 times)
joe
Newbie
Posts: 33
DateBox - onBlur event?
«
on:
August 13, 2013, 03:40:03 PM »
Is there an onBlur/onLostFocus event with the datebox?
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: DateBox - onBlur event?
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...