Knockout time to get DatePicker

Source: Internet
Author: User

Today, there is a problem in the project, and using the knockout monitoring text box is not able to get the time that was selected for the DatePicker control. Check on the Internet, either method is too pit, and compatibility is not good, or is very complex, so he thought of a solution.

In fact, my demand is very simple, that is, the use of DatePicker select time after knockout can also be obtained.

The reason for this is that the knockout monitor text box by default is the change event that monitors text, and DatePicker is the change event that does not trigger the text box when the time is selected.

The change event that triggers the text box after selecting the time will solve the problem. However, how to trigger the change event of a text box is critical.

DatePicker has an event called OnClose, which is triggered when the time selection panel is closed. Use $ (this) in the OnClose method. Change () will trigger the change event of the text box.

Knockout time to get DatePicker

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.