Question

I am using Any+Time picker. The popup is display when I click on a date, when I double click on the popup or click the cross the popup is closed. What I want now is to close this popup if the user click outside.

Thanks for your help.

I included the JS file: http://www.ama3.com/anytime/AnyTime/anytime,js

then in my main page I am using the code:

$(document).ready(function () {
    $(".dp").AnyTime_picker({
        format: "%d/%m/%Y %H:%i" 
    });
});

If an input text uses the class 'dp' the picker is displayed.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top