Hi !!
I tried focus a jqxdatetimeinput
$('#ok').click(function (evento) {
evento.preventDefault();
if($("#dteFechaEnvioDesde").val()== ""){
$("#dteFechaEnvioDesde").focus();
//alert("hi");
}
focus for 2 sec. and lost. I don’t know why. When I display a alert after of $(“#dteFechaEnvioDesde”).focus();, the focus don’t lost the focus. :S
My second question: maybe if I open the calendar and don’t focused a $(“#dteFechaEnvioDesde”), I would try focus good.
how I can open a calendar?
example
$(“#dteFechaEnvioDesde”).jqxDateTimeInput(‘opencalendar’)
Thanks, I love this plugin 🙂
greetings